Exception: AutoTagging::Errors::NoServiceConfigurationError
- Inherits:
-
StandardError
- Object
- StandardError
- AutoTagging::Errors::NoServiceConfigurationError
- Defined in:
- lib/auto_tagging/error.rb
Instance Method Summary collapse
-
#initialize(msg = "Please configure at lease 1 tagging service") ⇒ NoServiceConfigurationError
constructor
A new instance of NoServiceConfigurationError.
Constructor Details
#initialize(msg = "Please configure at lease 1 tagging service") ⇒ NoServiceConfigurationError
Returns a new instance of NoServiceConfigurationError.
16 17 18 |
# File 'lib/auto_tagging/error.rb', line 16 def initialize(msg = "Please configure at lease 1 tagging service") super(msg) end |