mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 10:24:45 +02:00
speeling is hard
This commit is contained in:
parent
fb482abb9c
commit
b4a9a7205d
@ -220,7 +220,7 @@ class Handler extends ExceptionHandler
|
||||
: ($exception instanceof ValidationException ? '422' : '500'),
|
||||
'detail' => $exception instanceof HttpExceptionInterface
|
||||
? $exception->getMessage()
|
||||
: 'An unexpected error was ecnountered while processing this request, please try again.',
|
||||
: 'An unexpected error was encountered while processing this request, please try again.',
|
||||
];
|
||||
|
||||
if ($exception instanceof ModelNotFoundException || $exception->getPrevious() instanceof ModelNotFoundException) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user