File: D:/HostingSpaces/SBogers95/rentman.io/resources/lang/en/errors.php
<?php
return [
'errorCode' => 'Error code',
'backHome' => 'Back to home',
'400' => 'An incorrect request has been made.',
'401' => 'You do not have the rights to visit this page.',
'403' => 'You do not have the right authorisation to visit this page.',
'404' => 'Oops! We cannot seem to find the page you requested.',
'500' => 'An internal error has occurred. Sorry for the inconvenience.',
'501' => 'The server doesn\'t support this request',
'503' => 'Service is temporarily unavailable',
'default' => 'An internal error has occurred. Sorry for the inconvenience.',
];