6 lines
205 B
PHP
6 lines
205 B
PHP
@include('errors.layout', [
|
|
'code' => 429,
|
|
'title' => 'Slow Down',
|
|
'message' => 'You\'ve sent too many requests in a short time. Wait a moment and try again — we\'re not going anywhere.',
|
|
])
|