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

12 lines
153 B

7 years ago
<?php
namespace MightyPork\Exceptions;
/**
* Something can't be used the way it was
*/
class NotApplicableException extends RuntimeException
{
//
}