mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-06-05 14:30:12 +02:00
13 lines
225 B
PHP
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
|
|
{
|
|
}
|