mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-10 14:10:55 +01:00
6 lines
194 B
PHP
6 lines
194 B
PHP
@extends('errors.layout')
|
|
|
|
@section('title', 'Error 401: Unauthorized!')
|
|
|
|
@section('description', $exception->getMessage() ?: 'Error code response for missing or invalid authentication token.')
|