datatable.directory codebase
https://datatable.directory/
12 lines
146 B
12 lines
146 B
7 years ago
|
<?php
|
||
|
|
||
|
namespace MightyPork\Exceptions;
|
||
|
|
||
|
/**
|
||
|
* Something that should exist, doesn't
|
||
|
*/
|
||
|
class NotExistException extends RuntimeException
|
||
|
{
|
||
|
//
|
||
|
}
|