Open dumblob opened 9 years ago
You're using the wrong overloaded routine. It's std.error(e, 'detailed description')
.
Right, bad mistake of mine - I got confused with " 'Error' for 'Error' "
(the message should distinguish between Error object type and Error type type).
By the way, It would make sense to change
routine error(errorType:Error, info:string, data=any) => none
to
routine error(errorType:Error, info:string='', data=any) => none