rbrecruiter/app/Exceptions/FailedCaptchaException.php

11 lines
108 B
PHP

<?php
namespace App\Exceptions;
use Exception;
class FailedCaptchaException extends Exception
{
//
}