Current section
Files
Jump to
Current section
Files
lib/fl_hook/config_error.ex
defmodule FLHook.ConfigError do
@moduledoc """
An error that indicates that configuration of the client is invalid.
"""
defexception [:message]
end