9 lines
109 B
PHP
9 lines
109 B
PHP
|
<?php
|
||
|
|
||
|
namespace Icinga\Protocol\Statusdat\Exception;
|
||
|
|
||
|
class ParsingException extends \RuntimeException
|
||
|
{
|
||
|
|
||
|
}
|