Current section

Files

Jump to
tai lib tai boot_error.ex
Raw

lib/tai/boot_error.ex

defmodule Tai.BootError do
@moduledoc """
Module which represents a boot error
"""
defexception message: nil
end