Packages
Elixir ACL library for managing user features, plans and roles with support of ecto and compatibility with absinthe
Current section
Files
Jump to
Current section
Files
lib/membership/exceptions.ex
defmodule Membership.InvalidConfigError do
@moduledoc false
defexception [:message]
def exception(message) do
%__MODULE__{message: message}
end
end