Exception: Wiziq::SchedulingPastError

Inherits:
APIError
  • Object
show all
Defined in:
lib/wiziq.rb

Instance Method Summary collapse

Constructor Details

#initialize(error) ⇒ SchedulingPastError

Returns a new instance of SchedulingPastError.



212
213
214
# File 'lib/wiziq.rb', line 212

def initialize(error)
  super("#{error[:fault][:faultcode]}")
end