Exception: AutoTagging::Errors::InvalidSearchError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Invalid search options") ⇒ InvalidSearchError

Returns a new instance of InvalidSearchError.



22
23
24
# File 'lib/auto_tagging/error.rb', line 22

def initialize(msg = "Invalid search options")
  super(msg)
end