12 lines
146 B
PHP
12 lines
146 B
PHP
<?php
|
|
|
|
namespace MightyPork\Exceptions;
|
|
|
|
/**
|
|
* Something that should exist, doesn't
|
|
*/
|
|
class NotExistException extends RuntimeException
|
|
{
|
|
//
|
|
}
|