Current section
Files
Jump to
Current section
Files
lib/ex_clearbit/exception.ex
defmodule ExClearbit.Error do
@moduledoc """
Generic error thrown by the application
"""
defexception [:code, :message]
end