Exception: TypeError

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

Instance Method Summary collapse

Instance Method Details

#exceptionObject



94
95
96
# File 'lib/ask_error.rb', line 94

def exception
  return TypeError.new("そんな型、期待してないわよ!")
end