Exception: Hooksmith::ConfigurationError

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

Overview

Raised when configuration is invalid or incomplete.

This error is raised during configuration validation when required settings are missing or invalid.

Examples:

raise Hooksmith::ConfigurationError, 'Provider name cannot be blank'

Instance Attribute Summary

Attributes inherited from Error

#event, #provider

Method Summary

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from Hooksmith::Error