Files
UNIT3D/resources/views/errors/400.blade.php
2022-07-06 20:48:40 -05:00

6 lines
267 B
PHP

@extends('errors.layout')
@section('title', 'Error 400: Bad Request!')
@section('description', $exception->getMessage() ?: 'The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications.')