Exception: LocalJumpError

Inherits:
Exception
  • Object
show all
Defined in:
lib/ask_error.rb

Instance Method Summary collapse

Instance Method Details

#exceptionObject



46
47
48
# File 'lib/ask_error.rb', line 46

def exception
  return LocalJumpError.new("ブロックがないわよ!")
end