Sha256: 731723229ced180ffa87b6e2fa5c66b880dad6958489e0bd14bdb9ffea978cf7

Contents?: true

Size: 1.78 KB

Versions: 2

Compression:

Stored size: 1.78 KB

Contents

#######################################################################################
#######################################################################################
##  _____                   _   _               _   _                 _ _            ##
## |  ___|                 | | (_)             | | | |               | | |           ##
## | |____  _____ ___ _ __ | |_ _  ___  _ __   | |_| | __ _ _ __   __| | | ___ _ __  ##
## |  __\ \/ / __/ _ \ '_ \| __| |/ _ \| '_ \  |  _  |/ _` | '_ \ / _` | |/ _ \ '__| ##
## | |___>  < (_|  __/ |_) | |_| | (_) | | | | | | | | (_| | | | | (_| | |  __/ |    ##
## \____/_/\_\___\___| .__/ \__|_|\___/|_| |_| \_| |_/\__,_|_| |_|\__,_|_|\___|_|    ##
##                   | |                                                             ##
##                   |_|                                                             ##
#######################################################################################
#######################################################################################

# Have to use strings rather than integers
# https://github.com/rack/rack/blob/1.5.2/lib/rack/utils.rb#L544

# By default, exceptions will show their "response" code (404 = "Not Found")
# If you want to create custom messages, you have to assign the values as [response]: "message"

#######################################################################################
#######################################################################################

en:
  exception_handler:
    internal_server_error: "<strong>%{status} Error</strong> %{message}"

#######################################################################################
#######################################################################################

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
exception_handler-0.8.0.2 config/locales/exception_handler.en.yml
exception_handler-0.8.0.1 config/locales/exception_handler.en.yml