initial
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace MightyPork\Exceptions;
|
||||
|
||||
/**
|
||||
* Something that should exist, doesn't
|
||||
*/
|
||||
class NotExistException extends RuntimeException
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user