mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-11-02 20:24:14 +01:00
9 lines
92 B
PHP
9 lines
92 B
PHP
<?php
|
|
|
|
namespace Icinga\Exception;
|
|
|
|
class ConfigurationError extends \RuntimeException
|
|
{
|
|
|
|
}
|