You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
263 B
8 lines
263 B
<?php
|
|
|
|
return [
|
|
'oops' => 'Oops… You just found an error page',
|
|
'404' => 'We are sorry but the page you are looking for was not found.',
|
|
'500' => 'We are sorry but our server encountered an internal error.',
|
|
'take_me_home' => 'Take me home',
|
|
];
|
|
|