Packages

A helper to run functions that you want to limit by heap size or time

Current section

Files

Jump to
handler lib handler pool exceptions.ex
Raw

lib/handler/pool/exceptions.ex

defmodule Handler.Pool.NoWorkersAvailable do
@type t :: %__MODULE__{}
defexception [:message]
end
defmodule Handler.Pool.InsufficientMemory do
@type t :: %__MODULE__{}
defexception [:message]
end