mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-20 21:57:53 -04:00
8 lines
83 B
PHP
8 lines
83 B
PHP
<?php
|
|
|
|
namespace Icinga\Exception;
|
|
|
|
class ProgrammingError extends \Exception
|
|
{
|
|
|
|
}
|