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