Exception: XBMC::WrongCredentialsError
- Inherits:
-
UnauthenticatedError
- Object
- StandardError
- UnauthenticatedError
- XBMC::WrongCredentialsError
- Defined in:
- lib/ruby-xbmc.rb
Overview
Error class when password and user mismatched
Instance Method Summary collapse
-
#initialize ⇒ WrongCredentialsError
constructor
A new instance of WrongCredentialsError.
Constructor Details
#initialize ⇒ WrongCredentialsError
Returns a new instance of WrongCredentialsError.
121 122 123 |
# File 'lib/ruby-xbmc.rb', line 121 def initialize() super("User / password mismatched") end |