Exception: Burstflow::Job::InternalError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Burstflow::Job::InternalError
- Defined in:
- lib/burstflow/job/exception.rb
Instance Attribute Summary collapse
-
#job ⇒ Object
Returns the value of attribute job.
Instance Method Summary collapse
-
#initialize(job, message) ⇒ InternalError
constructor
A new instance of InternalError.
Constructor Details
#initialize(job, message) ⇒ InternalError
4 5 6 7 |
# File 'lib/burstflow/job/exception.rb', line 4 def initialize(job, ) @job = job super() end |
Instance Attribute Details
#job ⇒ Object
Returns the value of attribute job.
2 3 4 |
# File 'lib/burstflow/job/exception.rb', line 2 def job @job end |