Exception: Enom::NotImplementedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/enom/error.rb

Instance Method Summary collapse

Constructor Details

#initializeNotImplementedError

Returns a new instance of NotImplementedError.



23
24
25
# File 'lib/enom/error.rb', line 23

def initialize
  super "The command you tried is not yet implemented, but we're planning on it!  Feel free to fork the project and contribute!"
end