Exception: XBMC::WrongCredentialsError

Inherits:
UnauthenticatedError show all
Defined in:
lib/ruby-xbmc.rb

Overview

Error class when password and user mismatched

Instance Method Summary collapse

Constructor Details

#initializeWrongCredentialsError

Returns a new instance of WrongCredentialsError.



121
122
123
# File 'lib/ruby-xbmc.rb', line 121

def initialize()
    super("User / password mismatched")
end