# README
Sphire Mantis::Error
The Error package of Mantis provides helper functions for handling errors
# Functions
New creates a new errors instance Usage: err = New(100, "%v is %v years old", []any{"Kim", 22}) - or without args - err := New(100, "some message", nil).