Initial Version
This commit is contained in:
9
shared/lib/Exception/RuntimeException.php
Normal file
9
shared/lib/Exception/RuntimeException.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace KTXF\Exception;
|
||||
|
||||
/**
|
||||
* Exception thrown if an error which can only be found on runtime occurs.
|
||||
* @link https://php.net/manual/en/class.runtimeexception.php
|
||||
*/
|
||||
class RuntimeException extends BaseException {}
|
||||
Reference in New Issue
Block a user