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