improved exception handler

This commit is contained in:
Denis Duliçi
2022-07-27 14:13:58 +03:00
parent 3883c0ee55
commit 9d7cd71e09
5 changed files with 77 additions and 11 deletions

View File

@ -19,5 +19,7 @@ return [
'404' => 'We could not find the page you were looking for.',
'500' => 'We will work on fixing that right away.',
'record' => 'We could not find the record you were looking for.',
'amount' => 'This page contains invalid amounts! Please, contact the system administrator.',
],
];