8 lines
339 B
PHP
8 lines
339 B
PHP
@include('errors._base', [
|
|
'code' => 502,
|
|
'type' => 'server',
|
|
'title' => 'Bad Gateway',
|
|
'desc' => 'Der Server hat eine ungültige Antwort erhalten. Bitte versuche es gleich erneut.',
|
|
'icon' => '<path d="M12 9v4m0 4h.01M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"/>',
|
|
])
|