mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-27 06:29:19 +08:00
13 lines
234 B
PHP
13 lines
234 B
PHP
@extends('errors.general')
|
|
|
|
@section('title', '出现错误')
|
|
|
|
@section('content')
|
|
<h1>{{ $level }}: 出现了一些错误</h1>
|
|
|
|
<p>详细信息:{{ $message }}</p>
|
|
|
|
<p>文件位置:<b>{{ $file }}: {{ $line }}</b></p>
|
|
|
|
@endsection
|