std/errors
Index
fn New(err: str): &Error
type Error
fn Str(*self): str
New
jule
fn New(err: str): &ErrorReturns an error instance with message. The returned type is an anonymous, meaning it cannot obtain any underlying type.
Error
jule
type Error: strInternal type for anonymous errors.
Str
jule
fn Str(*self): strReturns error as string.