mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-08 06:24:29 +02:00
9 lines
86 B
PHP
9 lines
86 B
PHP
<?php
|
|
|
|
namespace Icinga\Exception;
|
|
|
|
class NotImplementedError extends \Exception
|
|
{
|
|
|
|
}
|