Exception: LoadError

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

Instance Method Summary collapse

Instance Method Details

#exceptionObject



4
5
6
# File 'lib/ask_error.rb', line 4

def exception
  return LoadError.new("そんなファイルあるわけないじゃない!")
end