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

12 lines
146 B

7 years ago
<?php
namespace MightyPork\Exceptions;
/**
* Malformed config field, invalid syntax
*/
class FormatException extends RuntimeException
{
//
}