Current section

Files

Jump to
exlua lib lua error.ex
Raw

lib/lua/error.ex

# This is free and unencumbered software released into the public domain.
defmodule Lua.Error do
defexception reason: nil, message: ""
end