Voiteh / Gecon

GEneric CONverter of data models for Ceylon
Apache License 2.0
2 stars 0 forks source link

Create throwing transform method in Gecon class #116

Open Voiteh opened 5 years ago

Voiteh commented 5 years ago

Current transform method is not throwing but returning exceptions it is not very easy to write cude using this concept. There could be fallback method safeTransform which would catch all exceptons but transform method should only return on success.