Exception: Wrangler::HttpNotAcceptable

Inherits:
HttpStatusError show all
Defined in:
lib/wrangler/wrangler_exceptions.rb

Instance Attribute Summary

Attributes inherited from HttpStatusError

#addl_msg, #status_code

Instance Method Summary collapse

Methods inherited from HttpStatusError

status_to_msg

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