12 lines
146 B
PHP
12 lines
146 B
PHP
<?php
|
|
|
|
namespace MightyPork\Exceptions;
|
|
|
|
/**
|
|
* Malformed config field, invalid syntax
|
|
*/
|
|
class FormatException extends RuntimeException
|
|
{
|
|
//
|
|
}
|