datatable.directory codebase
https://datatable.directory/
12 lines
146 B
12 lines
146 B
7 years ago
|
<?php
|
||
|
|
||
|
namespace MightyPork\Exceptions;
|
||
|
|
||
|
/**
|
||
|
* Malformed config field, invalid syntax
|
||
|
*/
|
||
|
class FormatException extends RuntimeException
|
||
|
{
|
||
|
//
|
||
|
}
|