2013-06-03 16:14:46 +02:00
|
|
|
<?php
|
2015-02-03 16:27:59 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
|
2013-06-03 16:14:46 +02:00
|
|
|
|
|
|
|
namespace Icinga\Exception;
|
|
|
|
|
2013-06-06 16:52:54 +02:00
|
|
|
/**
|
|
|
|
* Class ProgrammingError
|
|
|
|
* @package Icinga\Exception
|
|
|
|
*/
|
2014-08-26 11:15:19 +02:00
|
|
|
class ProgrammingError extends IcingaException
|
2013-06-03 16:14:46 +02:00
|
|
|
{
|
|
|
|
}
|