Exception: Vedeu::Error::NotImplemented Private
- Inherits:
-
StandardError
- Object
- StandardError
- Vedeu::Error::NotImplemented
- Defined in:
- lib/vedeu/error.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Raised to remind me (or client application developers) that the subclass implements the functionality sought.
Instance Method Summary collapse
-
#message ⇒ String
private
Returns an error message.
Instance Method Details
#message ⇒ String
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns an error message.
111 112 113 114 |
# File 'lib/vedeu/error.rb', line 111 def 'Subclasses of this class or classes including/extending ' \ 'this module should implement this method.' end |