icingaweb2/library/Icinga/Protocol/Statusdat/Exception/ParsingException.php

9 lines
109 B
PHP
Executable File

<?php
namespace Icinga\Protocol\Statusdat\Exception;
class ParsingException extends \RuntimeException
{
}