[EXCEPTION] Add base class to invalid form exception and add URL arguments to redirect exception

This commit is contained in:
Hugo Sales
2020-09-10 20:44:03 +00:00
committed by Hugo Sales
parent 0e332b718e
commit c07a0cdcd5
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
namespace App\Util\Exception;
class InvalidFormException
class InvalidFormException extends ClientException
{
public function __construct()
{