Files
datatable.directory/porklib/Exceptions/NotExistException.php
T
2018-07-08 17:34:50 +02:00

12 lines
146 B
PHP

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