Packages

A library that allows connecting to Freelancer game servers via an FLHook socket to run commands and receive events.

Current section

Files

Jump to
fl_hook_client lib fl_hook config_error.ex
Raw

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