Method: Launch::JobError#initialize
- Defined in:
- lib/launch/errors.rb
#initialize(job, message = nil) ⇒ JobError
Returns a new instance of JobError.
8 9 10 11 |
# File 'lib/launch/errors.rb', line 8 def initialize(job, = nil) @job = job super() end |