search for: custom_exceptions

Displaying 1 result from an estimated 1 matches for "custom_exceptions".

2011 May 22
6
How to capture correctly a specific exception
I a using delayed_job, and I am raising an exception this way : config/initializers/custom_exceptions.rb class RemoteLockerException < StandardError; end class RemoteLockerDenied < StandardError; end lib/instruction_request_job.rb class InstructionRequestJob < Struct.new(:style, :request_id) def perform .... > connector = RemoteContainerServer::Connector.create!(remote_conta...