Exception: Wrangler::HttpInternalServerError
- Inherits:
-
HttpStatusError
- Object
- Exception
- HttpStatusError
- Wrangler::HttpInternalServerError
- Defined in:
- lib/wrangler/wrangler_exceptions.rb
Instance Attribute Summary
Attributes inherited from HttpStatusError
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ HttpInternalServerError
constructor
A new instance of HttpInternalServerError.
Methods inherited from HttpStatusError
Constructor Details
#initialize(msg = nil) ⇒ HttpInternalServerError
Returns a new instance of HttpInternalServerError.
56 |
# File 'lib/wrangler/wrangler_exceptions.rb', line 56 def initialize(msg = nil); super(500, msg); end |