Exception: Core::ConnectorJobNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/core/sync_job_runner.rb

Instance Method Summary collapse

Constructor Details

#initialize(job_id) ⇒ ConnectorJobNotFoundError

Returns a new instance of ConnectorJobNotFoundError.



31
32
33
# File 'lib/core/sync_job_runner.rb', line 31

def initialize(job_id)
  super("Connector job is not found for job ID '#{job_id}'.")
end