Exception: Qujo::Exceptions::JobNameUndefined
- Inherits:
-
StandardError
- Object
- StandardError
- Qujo::Exceptions::JobNameUndefined
- Defined in:
- lib/qujo/concerns/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = "Job name must match Jobs::ModelName::ActionName or be passed as the :job option") ⇒ JobNameUndefined
constructor
A new instance of JobNameUndefined.
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 |