mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Add FeatureDisabled and SecurityViolation exception classes
This commit is contained in:
parent
88dc76501a
commit
10c8d11785
11 changed files with 33 additions and 29 deletions
|
|
@ -231,6 +231,8 @@ $lang->msg_input_password = 'Please type the password.';
|
|||
$lang->msg_invalid_document = 'Invalid Article Number';
|
||||
$lang->msg_invalid_request = 'Invalid Request';
|
||||
$lang->msg_invalid_password = 'The password you entered is incorrect.';
|
||||
$lang->msg_security_violation = 'Security Violation';
|
||||
$lang->msg_feature_disabled = 'This feature is disabled.';
|
||||
$lang->msg_error_occured = 'An error has occured.';
|
||||
$lang->msg_not_founded = 'Cannot find the target.';
|
||||
$lang->msg_no_result = 'No results found.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue