cakephp / phinx

PHP Database Migrations for Everyone
https://phinx.org
MIT License
4.45k stars 895 forks source link

Fix fatal errors when calling get methods #2257

Closed markstory closed 7 months ago

markstory commented 7 months ago

Replacing fatal errors with runtime exceptions. Fatal errors are tricky to catch and exceptions are much simpler to work with.