mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-21 17:41:44 -04:00
15 lines
249 B
PHP
15 lines
249 B
PHP
|
|
<?php
|
||
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
||
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
||
|
|
|
||
|
|
namespace Icinga\Exception;
|
||
|
|
|
||
|
|
use RuntimeException;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Exception thrown if an error occurs during authentication
|
||
|
|
*/
|
||
|
|
class AuthenticationException extends RuntimeException
|
||
|
|
{
|
||
|
|
}
|