Add Arionum exception class

This commit is contained in:
pxgamer
2018-10-19 09:30:11 +01:00
parent e70d422da5
commit 30c76cab5c

11
include/Exception.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
namespace Arionum;
/**
* Class Exception
* A custom exception for Arionum error handling.
*/
class Exception extends \Exception
{
}