Files
Phraseanet/lib/Alchemy/Phrasea/Authentication/Exception/RegistrationException.php
Thibaud Fabre 19a6f531d9 WIP recovery
2015-10-20 09:12:22 +02:00

9 lines
158 B
PHP

<?php
namespace Alchemy\Phrasea\Authentication\Exception;
class RegistrationException extends \RuntimeException
{
const ACCOUNT_ALREADY_UNLOCKED = 1;
}