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