Files
PWAPP/PWAPPv2/Source/DataObjects/Exceptions.cs
Matthew Burke 1b65e9bb83 Lots of updates
2023-07-26 22:26:54 -04:00

19 lines
252 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PWAPPv2.Source.DataObjects
{
class Exceptions
{
}
class DataInvalidException : Exception
{
}
}