Exception: BlipTV::AuthenticationRequiredError
- Inherits:
-
BlipTVError
- Object
- StandardError
- BlipTVError
- BlipTV::AuthenticationRequiredError
- Defined in:
- lib/bliptv/base.rb
Overview
Raised when username and password has not been set.
Instance Method Summary collapse
-
#message ⇒ Object
:nodoc:.
Instance Method Details
#message ⇒ Object
:nodoc:
8 9 10 |
# File 'lib/bliptv/base.rb', line 8 def "Method that you're trying to execute requires username and password." end |