mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-08 21:21:18 +01:00
6 lines
200 B
PHP
6 lines
200 B
PHP
@extends('errors.layout')
|
|
|
|
@section('title', 'Error 405: Method Not Allowed!')
|
|
|
|
@section('description', $exception->getMessage() ?: 'The method you are trying is use, is not allowed by this server.')
|