cycle / database

Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders
MIT License
54 stars 22 forks source link

💡 Enhance error message #98

Open xepozz opened 1 year ago

xepozz commented 1 year ago

I have an idea!

It would be nice to have a file reference in the following error:

Cycle\Database\Exception\StatementException: SQLSTATE[HY000] [14] unable to open database file in {project}/vendor/cycle/database/src/Driver/SQLite/SQLiteDriver.php:39

Or if it's possible to check the file separately before the driver call.