Files
datatable.directory/porklib/Exceptions/NotApplicableException.php
T
2018-07-21 23:07:41 +02:00

12 lines
153 B
PHP

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