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

11 lines
146 B

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