Method: Modern::Errors::UnprocessableEntity#initialize

Defined in:
lib/modern/errors/web_errors.rb

#initialize(msg = "Recognized content-type of body, but could not parse it.") ⇒ UnprocessableEntity

Returns a new instance of UnprocessableEntity.



74
75
76
# File 'lib/modern/errors/web_errors.rb', line 74

def initialize(msg = "Recognized content-type of body, but could not parse it.")
  super(msg)
end