framework/views/error
Franz Liedke bdac88b573
Determine error view and message based on type
...not based on status code.

To simplify this logic, we now use the same error "type" both when
routes are not found and specific models are not found. One exception is
ours, one is from Laravel, but for the purposes of error handling they
should be treated the same.

Fixes flarum/core#1641.
2019-08-14 19:47:56 +02:00
..
csrf_token_mismatch.blade.php Determine error view and message based on type 2019-08-14 19:47:56 +02:00
default.blade.php Move view logic into middleware 2017-11-29 22:25:57 +10:30
not_found.blade.php Determine error view and message based on type 2019-08-14 19:47:56 +02:00