Exception: Jaso::NotFinished
- Inherits:
-
StandardError
- Object
- StandardError
- Jaso::NotFinished
- Defined in:
- lib/jaso/not_finished.rb
Instance Method Summary collapse
-
#initialize(msg = "Must call either success! or failure! at least once") ⇒ NotFinished
constructor
A new instance of NotFinished.
Constructor Details
#initialize(msg = "Must call either success! or failure! at least once") ⇒ NotFinished
Returns a new instance of NotFinished.
4 5 6 |
# File 'lib/jaso/not_finished.rb', line 4 def initialize(msg = "Must call either success! or failure! at least once") super(msg) end |