<?php
return [
'errors' => 'Error code',
'400' => 'Bad Request',
'401' => 'Unauthorized',
'403' => 'Forbidden',
'404' => 'This page could not be found',
'500' => 'Internal Server Error',
'501' => 'Not Implemented',
'503' => 'Service Unavailable',
'default' => 'Oops something goes wrong',
];