icingaweb2/test/php/library/Icinga/Protocol/Statusdat/Exceptions/ParsingException.php

8 lines
108 B
PHP

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