sql.js
sql.js copied to clipboard
literal strings are thrown on errors instead of Error objects
It is considered good practice to only throw the Error object itself or an object using the Error object as base objects for user-defined exceptions. The fundamental benefit of Error objects is that they automatically keep track of where they were built and originated.
This would be a breaking change, but should not impact many users.