Current section
Files
Jump to
Current section
Files
lib/exceptions/jwt_generate_empty_params.ex
defmodule AuthIntroduct.JwtGenerateEmptyParams do
@moduledoc false
defexception message: "Param role or sub is empty"
end