Exception: QAT::Web::Elements::Selector::InvalidConfigurationError
- Inherits:
-
StandardError
- Object
- StandardError
- QAT::Web::Elements::Selector::InvalidConfigurationError
- Defined in:
- lib/qat/web/elements/selector.rb
Overview
Invalid Configuration Errors
Instance Method Summary collapse
-
#initialize(config) ⇒ InvalidConfigurationError
constructor
Creates a new InvalidConfigurationError.
Constructor Details
#initialize(config) ⇒ InvalidConfigurationError
Creates a new InvalidConfigurationError
15 16 17 |
# File 'lib/qat/web/elements/selector.rb', line 15 def initialize(config) super "Invalid configuration found:\n#{config.ai}" end |