TODO move this to impl/
| 30 | |
| 31 | type ( |
| 32 | crdbErrorImpl struct { |
| 33 | wrappedRaw error |
| 34 | wrapped *crdbErrorImpl |
| 35 | msg *errMessage |
| 36 | data interface{} |
| 37 | t *Type |
| 38 | } |
| 39 | ) |
| 40 | |
| 41 | var enableStacktraces = false |
nothing calls this directly
no outgoing calls
no test coverage detected