mirror of
https://github.com/koel/koel
synced 2024-12-19 17:13:09 +00:00
5 lines
106 B
PHP
5 lines
106 B
PHP
|
@extends('errors.template')
|
||
|
|
||
|
@section('title', 'Not Found')
|
||
|
@section('details', $exception->getMessage())
|