forked from GNUsocial/gnu-social
[EXCEPTION] Add base class to invalid form exception and add URL arguments to redirect exception
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
namespace App\Util\Exception;
|
||||
|
||||
class InvalidFormException
|
||||
class InvalidFormException extends ClientException
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
|
Reference in New Issue
Block a user