mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-03 06:10:18 +02:00
14 lines
212 B
PHP
14 lines
212 B
PHP
<?php
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
namespace Icinga\Exception;
|
|
|
|
/**
|
|
* Class ProgrammingError
|
|
* @package Icinga\Exception
|
|
*/
|
|
class ProgrammingError extends IcingaException
|
|
{
|
|
}
|