class Nimbu::Error::BadGateway

Public Class Methods

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