2014-06-02 14:07:59 +02:00
|
|
|
<?php
|
2015-02-04 10:46:36 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
2014-06-02 14:07:59 +02:00
|
|
|
|
|
|
|
namespace Icinga\Exception;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Exception thrown if an error occurs during authentication
|
|
|
|
*/
|
2014-08-22 10:59:52 +02:00
|
|
|
class AuthenticationException extends IcingaException
|
2014-06-02 14:07:59 +02:00
|
|
|
{
|
|
|
|
}
|