Files
Phraseanet/lib/Alchemy/Phrasea/Authentication/Exception/NotAuthenticatedException.php
2013-05-29 14:22:49 +02:00

10 lines
170 B
PHP

<?php
namespace Alchemy\Phrasea\Authentication\Exception;
use Alchemy\Phrasea\Exception\RuntimeException;
class NotAuthenticatedException extends RuntimeException
{
}