SyneticNL / Hyral

Hypermedia oriented Resource API Layer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lazy-load decorator throws uncatchable exceptions

mnugter opened this issue · comments

The exceptions in the lazy-loader cannot be caught in the application and should therefore not be thrown at that stage.

Refactor into something that makes sense and is either catchable or change the implementation to something informative but not intrusive.