Exception: ReveAI::ConfigurationError

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

Overview

Raised when configuration is invalid or missing.

Examples:

client = ReveAI::Client.new(api_key: nil)
# => ReveAI::ConfigurationError: API key is required