class Nimbu::Error::UnprocessableEntity

Public Class Methods

new(response) click to toggle source
Calls superclass method Nimbu::Error::ServiceError::new
# File lib/nimbu-api/errors/unprocessable_entity.rb, line 9
def initialize(response)
  super(response)
end