mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-09 13:14:07 -06: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.')
|