Exception: FeedBooks::WrongCredentialsError

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

Overview

Error class when password and user mismatched

Instance Method Summary collapse

Constructor Details

#initializeWrongCredentialsError

Returns a new instance of WrongCredentialsError.



39
40
41
# File 'lib/ruby-feedbooks.rb', line 39

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