mirror of
https://github.com/koel/koel
synced 2025-01-02 15:58:46 +00:00
5 lines
106 B
PHP
5 lines
106 B
PHP
|
@extends('errors.template')
|
||
|
|
||
|
@section('title', 'Not Found')
|
||
|
@section('details', $exception->getMessage())
|