diff --git a/README.md b/README.md index f846ec54..e216cfea 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ return [ json ], - // if enable and display_errors = 0, the console will bring message + // if enable and display_errors = 0, the console will bring message for zend-mvc 'console' => [ 'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and sent to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.', ], diff --git a/config/error-hero-module.local.php.dist b/config/error-hero-module.local.php.dist index 268a9232..a547c503 100644 --- a/config/error-hero-module.local.php.dist +++ b/config/error-hero-module.local.php.dist @@ -66,7 +66,7 @@ return [ 'view' => 'error-hero-module/error-default' ], - // if enable and display_errors = 0, and on console env, the console will bring message + // if enable and display_errors = 0, and on console env, the console will bring message for zend-mvc 'console' => [ 'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and sent to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.', ], diff --git a/config/expressive-error-hero-module.local.php.dist b/config/expressive-error-hero-module.local.php.dist index d6f8b418..6a142dc3 100644 --- a/config/expressive-error-hero-module.local.php.dist +++ b/config/expressive-error-hero-module.local.php.dist @@ -76,11 +76,6 @@ return [ json ], - // if enable and display_errors = 0, and on console env, the console will bring message - 'console' => [ - 'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and sent to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.', - ], - // if enable, display_errors = 0, and request XMLHttpRequest // on this case, the "template" key will be ignored. 'ajax' => [