Exception: FizzBuzz::Error

Inherits:
StandardError
  • Object
show all
Defined in:
ext/fizzbuzz/fizzbuzz.c

Direct Known Subclasses

RangeError, TypeError

Instance Attribute Summary collapse

Instance Attribute Details

#startObject (readonly)

Stores current value of start for which the exception might have been raised, or nil otherwise.

#stopObject (readonly)

Stores current value of stop for which the exception might have been raised, or nil otherwise.