Exception: Qujo::Exceptions::JobNameUndefined

Inherits:
StandardError
  • Object
show all
Defined in:
lib/qujo/concerns/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Job name must match Jobs::ModelName::ActionName or be passed as the :job option") ⇒ JobNameUndefined

Returns a new instance of JobNameUndefined.



22
23
24
# File 'lib/qujo/concerns/exceptions.rb', line 22

def initialize(msg = "Job name must match Jobs::ModelName::ActionName or be passed as the :job option")
  super
end