Current section
Files
Jump to
Current section
Files
lib/parsers/params/errors/param_error.ex
defmodule ServerUtils.Parsers.Params.ParamError do
@type t :: %__MODULE__{message: String.t()}
defexception [:message]
end