krakphp / lava

Micro framework with massive potential
1 stars 0 forks source link

Ditch Errors #58

Open ragboyjr opened 6 years ago

ragboyjr commented 6 years ago

All error handling should be done via exceptions.

Provide exception interfaces that will allow app domain exceptions, and create tools for easily mapping exceptions to specific http errors.