Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
action-controller
v3.0.0
ActionController
Base
BodyParser
FileUpload
CookieSizeExceeded
Error
ErrorHandler
ErrorHandlerBase
ErrorHandlerDevelopment
ErrorHandlerProduction
FileHandler
MIME_TYPES
InvalidRoute
InvalidSignature
LogHandler
MessageEncryptor
MessageVerifier
Responders
SelectResponse
Router
Action
RouteHandler
Server
Session
HabitatSettings
Support
Built with Crystal 1.9.2
2023-10-08 06:13:09 UTC
module
ActionController::ErrorHandler
Defined in:
action-controller/error_handler.cr
Constructors
.new
(production : Bool =
false
, persist_headers =
[]
of
String
)
Constructor Detail
def self.
new
(production : Bool =
false
, persist_headers =
[]
of
String
)
#
[
View source
]