Exception: NotImplementedError

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

Instance Method Summary collapse

Instance Method Details

#exceptionObject



10
11
12
# File 'lib/ask_error.rb', line 10

def exception
  return SyntaxError.new("この機能実装してないでしょ!")
end