mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-08 14:34:29 +02:00
9 lines
109 B
PHP
Executable File
9 lines
109 B
PHP
Executable File
<?php
|
|
|
|
namespace Icinga\Protocol\Statusdat\Exception;
|
|
|
|
class ParsingException extends \RuntimeException
|
|
{
|
|
|
|
}
|