{{-- Copyright (c) ppy Pty Ltd . Licensed under the GNU Affero General Public License v3.0. See the LICENCE file in the repository root for full licence text. --}} @extends('master') @section('content') @include('layout._page_header_v4', ['params' => [ 'theme' => 'error', ]])

{{ osu_trans("layout.errors.{$statusCode}.error") }}

@if (isset($exceptionMessage))

{{ $exceptionMessage }}

@endif

{!! osu_trans("layout.errors.{$statusCode}.description", ['link' => ''.osu_trans("layout.errors.{$statusCode}.link.text").'', ]) !!}

@php $ref = request()->attributes->get('ref'); @endphp @if ($ref !== null)

{{ osu_trans('layout.errors.reference') }}
{{ $ref }}

@endif
@stop