blob: 50910b8caa91450cb14241b2d1f973ee500c466d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */
namespace Icinga\Exception;
/**
* Exception thrown if an error occurs during authentication
*/
class AuthenticationException extends IcingaException
{
}
|