Return a more descriptive error when module class is not found

This commit is contained in:
Kijin Sung 2021-04-26 15:42:30 +09:00
parent 3a4fb82666
commit 32621dd34e
3 changed files with 10 additions and 0 deletions

View file

@ -249,6 +249,7 @@ $lang->msg_invalid_format = 'Invalid Format';
$lang->msg_not_permitted_act = 'You do not have permission to execute requested action.';
$lang->msg_module_is_not_exists = 'Cannot find the page you requested. Ask your Site Admin to check the page.';
$lang->msg_module_is_not_standalone = 'Requested page cannot be executed independently.';
$lang->msg_module_class_not_found = 'Cannot find class to handle the requested action.';
$lang->msg_empty_search_target = 'Cannot find the Search target.';
$lang->msg_empty_search_keyword = 'Cannot find the Keyword.';
$lang->msg_empty_content = 'The content is empty.';