mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-21 00:40:13 -05:00
13 lines
212 B
PHP
13 lines
212 B
PHP
<?php
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
namespace Icinga\Exception;
|
|
|
|
/**
|
|
* Class ProgrammingError
|
|
* @package Icinga\Exception
|
|
*/
|
|
class ProgrammingError extends IcingaException
|
|
{
|
|
}
|