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