mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-10 21:49:36 -06:00
6 lines
280 B
PHP
6 lines
280 B
PHP
@extends('errors.layout')
|
|
|
|
@section('title', 'Error 502: Bad Gateway!')
|
|
|
|
@section('description', $exception->getMessage() ?: 'The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.')
|