icingaweb2/library/Icinga/Exception/ConfigurationError.php

9 lines
92 B
PHP
Raw Normal View History

<?php
namespace Icinga\Exception;
class ConfigurationError extends \RuntimeException
{
}