Exception: Viddler::NotImplementedError
- Inherits:
-
ViddlerError
- Object
- StandardError
- ViddlerError
- Viddler::NotImplementedError
- Defined in:
- lib/viddler/base.rb
Overview
Raised when calling not yet implemented API methods.
Instance Method Summary collapse
-
#message ⇒ Object
:nodoc:.
Instance Method Details
#message ⇒ Object
:nodoc:
16 17 18 |
# File 'lib/viddler/base.rb', line 16 def 'This method is not yet implemented.' end |