MoeOrganization / moe

An -OFun prototype of an Ultra Modern Perl 5
http://moe.iinteractive.com
MIT License
279 stars 46 forks source link

Bind MoeExceptions with NativeObject exceptions #40

Closed stevan closed 11 years ago

stevan commented 11 years ago

Once Issue #35 is done, we need a way to bind the MoeException hierarchy to a NativeObject exception. This can likely be done by making the MoeErrors object into a factory (using the apply method).

stevan commented 11 years ago

I think it better to do this in a more lazy way inside the try/catch blocks