db-errors
db-errors copied to clipboard
Add constructor types
Trying to instantiate these error classes in TypeScript yielded a warning, since there was no constructor types, it was falling back to the default Error
constructor (expecting a single message
string argument).
Disclaimer: there might be a better way to implement this without all the duplication, but that would require more TypeScript skills than I currently possess.
Hi there, just bumping this.
CI appears to be failing on an unrelated issue.
Hello, any news on if/when this could be merged? It's bitten me again today.
Ran into this issue today as well. Can it please be merged?