- Error 500 now throwing the right HTTP code

This commit is contained in:
Dave Mc Nicoll 2023-05-31 14:41:02 -04:00
parent f0082bf0a9
commit d402dbeaa0
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ return [
'subtitle' => "Êtes-vous connecté avec le bon compte ?",
'message' => $exception->getMessage(),
'exception' => $exception,
]));
]), 500);
};
},