Exception: Burstflow::Job::InternalError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/burstflow/job/exception.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(job, message) ⇒ InternalError



4
5
6
7
# File 'lib/burstflow/job/exception.rb', line 4

def initialize(job, message)
  @job = job
  super(message)
end

Instance Attribute Details

#jobObject

Returns the value of attribute job.



2
3
4
# File 'lib/burstflow/job/exception.rb', line 2

def job
  @job
end