Exception: Enom::NotImplementedError
- Inherits:
-
StandardError
- Object
- StandardError
- Enom::NotImplementedError
- Defined in:
- lib/enom/error.rb
Instance Method Summary collapse
-
#initialize ⇒ NotImplementedError
constructor
A new instance of NotImplementedError.
Constructor Details
#initialize ⇒ NotImplementedError
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 |