Exception: StrixRuby::AuthenticationError
- Defined in:
- lib/strix_ruby/errors.rb
Overview
Raised when authentication fails (invalid credentials)
Instance Method Summary collapse
-
#initialize(message = "Authentication failed. Please check your credentials.") ⇒ AuthenticationError
constructor
A new instance of AuthenticationError.
Constructor Details
#initialize(message = "Authentication failed. Please check your credentials.") ⇒ AuthenticationError
Returns a new instance of AuthenticationError.
9 10 11 |
# File 'lib/strix_ruby/errors.rb', line 9 def initialize( = "Authentication failed. Please check your credentials.") super end |