update: exception message

This commit is contained in:
v2board
2023-04-14 17:40:39 +08:00
parent de478db2c7
commit bc5fb4956c
2 changed files with 6 additions and 3 deletions

View File

@ -0,0 +1,5 @@
@extends('errors::minimal')
@section('title', __('Server Error'))
@section('code', '500')
@section('message', __($exception->getMessage() ?: 'Server Error'))