datatable.directory codebase https://datatable.directory/
datatable.directory/porklib/Exceptions/NotExistException.php

12 lines
146 B

7 years ago
<?php
namespace MightyPork\Exceptions;
/**
* Something that should exist, doesn't
*/
class NotExistException extends RuntimeException
{
//
}