.\errors.axec
model error
Represents some kind of error in the program.
def create(msg: char*): error
def print_self(err: error)
def panic(err: error)
Stops the program with the given error message.
Represents some kind of error in the program.
Stops the program with the given error message.