class Lua::RuntimeError

Defined in:

crystal-lua/errors.cr

Instance methods inherited from class Lua::Error

code : Int32 | Nil code

Constructor methods inherited from class Lua::Error

new(code : Int32, message : String | Nil)
new(message : String | Nil)
new

Class methods inherited from class Lua::Error

from_status(code : Int32, message : String | Nil = nil) from_status