Exception: Viddler::AuthenticationRequiredError
- Inherits:
-
ViddlerError
- Object
- StandardError
- ViddlerError
- Viddler::AuthenticationRequiredError
- Defined in:
- lib/viddler/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:
9 10 11 |
# File 'lib/viddler/base.rb', line 9 def 'Method that you re trying to execute requires username and password.' end |