Packages

Worker behavior that helps to run task at a specific time with a specified frequency.

Current section

Files

Jump to
gen_worker lib gen_worker error.ex
Raw

lib/gen_worker/error.ex

defmodule GenWorker.Error do
@moduledoc false
defexception [:message]
end