Exception: Wiziq::SchedulingPastError
- Defined in:
- lib/wiziq.rb
Instance Method Summary collapse
-
#initialize(error) ⇒ SchedulingPastError
constructor
A new instance of SchedulingPastError.
Constructor Details
#initialize(error) ⇒ SchedulingPastError
Returns a new instance of SchedulingPastError.
232 233 234 |
# File 'lib/wiziq.rb', line 232 def initialize(error) super(error) end |