mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 05:53:13 +00:00
10 lines
168 B
PHP
10 lines
168 B
PHP
<?php
|
|
|
|
namespace Alchemy\Phrasea\Authentication\Exception;
|
|
|
|
use Alchemy\Phrasea\Exception\RuntimeException;
|
|
|
|
class RequireCaptchaException extends RuntimeException
|
|
{
|
|
}
|