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