Exception: FizzBuzz::Error
- Inherits:
-
StandardError
- Object
- StandardError
- FizzBuzz::Error
- Defined in:
- ext/fizzbuzz/fizzbuzz.c
Direct Known Subclasses
Instance Attribute Summary collapse
-
#start ⇒ Object
readonly
Stores current value of
startfor which the exception might have been raised, ornilotherwise. -
#stop ⇒ Object
readonly
Stores current value of
stopfor which the exception might have been raised, ornilotherwise.
Instance Attribute Details
#start ⇒ Object (readonly)
Stores current value of start for which the exception might have been raised, or nil otherwise.
#stop ⇒ Object (readonly)
Stores current value of stop for which the exception might have been raised, or nil otherwise.