We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d0b96 commit 5fa3c34Copy full SHA for 5fa3c34
src/Exception/Handler.php
@@ -221,6 +221,7 @@ protected function prepareReplacements(Exception $exception)
221
222
if ($exception instanceof ValidationException) {
223
$replacements[':errors'] = $exception->errors();
224
+ $replacements[':status_code'] = $exception->status;
225
}
226
227
if ($code = $exception->getCode()) {
0 commit comments