mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-20 00:10:11 -05:00
8 lines
108 B
PHP
8 lines
108 B
PHP
|
|
<?php
|
||
|
|
namespace Icinga\Protocol\Statusdat\Exceptions;
|
||
|
|
|
||
|
|
class ParsingException extends RuntimeException
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|