Exception: Jaso::NotFinished

Inherits:
StandardError
  • Object
show all
Defined in:
lib/jaso/not_finished.rb

Instance Method Summary collapse

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