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