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