diff options
author | Marvin Borner | 2018-07-07 12:42:47 +0200 |
---|---|---|
committer | Marvin Borner | 2018-07-07 12:42:47 +0200 |
commit | ef3712cd7f0a4ccef324b68a4e0e078c657d98ab (patch) | |
tree | ef1205a7b219fb13988c4c3003547695b322bb02 /resources/views/errors | |
parent | 60c973ed2a8e58cc7e9d7e6ca69e17f6ec023c32 (diff) |
Better http error handling
Diffstat (limited to 'resources/views/errors')
-rw-r--r-- | resources/views/errors/http.blade.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/views/errors/http.blade.php b/resources/views/errors/http.blade.php new file mode 100644 index 0000000..a05a725 --- /dev/null +++ b/resources/views/errors/http.blade.php @@ -0,0 +1,5 @@ +@extends('layouts.error') + +@section('title', $ErrorMessage) + +@section('message', $ErrorMessage) |