Packages
Declare job workers that can be run by a variety of queuing backends. This plugin is a port of the Rails ActiveJob gem
Current section
Files
Jump to
Current section
Files
lib/active_job/errors.ex
defmodule ActiveJob.EnqueueError do
defexception message: "an example error has occurred"
end