class Bellboy::BellboyAPIError

Base for all API errors

Public Class Methods

new(location) click to toggle source
# File lib/bellboy/errors.rb, line 48
def initialize(location)
  @location = location
end