Exception: StrixRuby::ConfigurationError

Inherits:
Error
  • Object
show all
Defined in:
lib/strix_ruby/errors.rb

Overview

Raised when configuration is missing or invalid

Instance Method Summary collapse

Constructor Details

#initialize(message = "Invalid configuration. Please ensure base_url, username, and password are set.") ⇒ ConfigurationError

Returns a new instance of ConfigurationError.



34
35
36
# File 'lib/strix_ruby/errors.rb', line 34

def initialize(message = "Invalid configuration. Please ensure base_url, username, and password are set.")
  super
end