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