Exception: Rubylog::CheckFailed

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rubylog/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(goal) ⇒ CheckFailed

Returns a new instance of CheckFailed.



41
42
43
# File 'lib/rubylog/errors.rb', line 41

def initialize goal
  super "Check failed #{goal.inspect}"
end