Exception: IOError

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

Instance Method Summary collapse

Instance Method Details

#exceptionObject



28
29
30
# File 'lib/ask_error.rb', line 28

def exception
  return IOError.new("もーぉ、入出力できないぃ!")
end