mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-01-11 07:58:42 +00:00
8 lines
213 B
PHP
8 lines
213 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
return [[
|
|
'ErrorMessage' => 'Error 500 - Unexpected error',
|
|
'Description' => 'Something unexpected happened but don\'t fear we already got informed about this error.',
|
|
]];
|