Exception: AutoTagging::Errors::InvalidServiceError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/auto_tagging/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Please specify a valid tagging service") ⇒ InvalidServiceError

Returns a new instance of InvalidServiceError.



4
5
6
# File 'lib/auto_tagging/error.rb', line 4

def initialize(msg = "Please specify a valid tagging service")
  super(msg)
end