Current section
Files
Jump to
Current section
Files
lib/telegex/plug/errors/unknown_preset_error.ex
defmodule Telegex.Plug.UnknownPresetError do
@moduledoc """
未味的插件预设类型错误。
"""
defexception [:message]
end