datatable.directory codebase
https://datatable.directory/
12 lines
153 B
12 lines
153 B
7 years ago
|
<?php
|
||
|
|
||
|
namespace MightyPork\Exceptions;
|
||
|
|
||
|
/**
|
||
|
* Something can't be used the way it was
|
||
|
*/
|
||
|
class NotApplicableException extends RuntimeException
|
||
|
{
|
||
|
//
|
||
|
}
|