icingaweb2/library/Icinga/Exception/AuthenticationException.php
2014-08-22 10:59:52 +02:00

13 lines
225 B
PHP

<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Exception;
/**
* Exception thrown if an error occurs during authentication
*/
class AuthenticationException extends IcingaException
{
}