Skip to content

Commit 097cde4

Browse files
committed
Exceptions inherit from ApplicationException.
1 parent 2be2f1f commit 097cde4

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

LibIPS.NET/Exceptions/Ips16MBException.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
namespace CodeIsle.Exceptions
88
{
9-
class Ips16MBException
9+
class Ips16MBException: ApplicationException
1010
{
11+
1112
}
1213
}

LibIPS.NET/Exceptions/IpsIdenticalException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace CodeIsle.Exceptions
88
{
9-
class IpsIdenticalException
9+
class IpsIdenticalException: ApplicationException
1010
{
1111
}
1212
}

LibIPS.NET/Exceptions/IpsInvalidException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace CodeIsle.Exceptions
88
{
9-
class IpsInvalidException
9+
class IpsInvalidException: ApplicationException
1010
{
1111
}
1212
}

LibIPS.NET/Exceptions/IpsNotThisException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace CodeIsle.Exceptions
88
{
9-
class IpsNotThisException
9+
class IpsNotThisException: ApplicationException
1010
{
1111
}
1212
}

LibIPS.NET/Exceptions/IpsScrambledException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace CodeIsle.Exceptions
88
{
9-
class IpsScrambledException
9+
class IpsScrambledException: ApplicationException
1010
{
1111
}
1212
}

0 commit comments

Comments
 (0)