"constructor" for creating error (needs to store return value of StackTrace() to get the )
(msg string, code int)
| 253 | // "constructor" for creating error (needs to store return value of StackTrace() to get the |
| 254 | // ) |
| 255 | func newDatabaseError(msg string, code int) databaseError { |
| 256 | return databaseError{DropboxError: New(msg), code: code} |
| 257 | } |
| 258 | |
| 259 | // --------------------------------------- |
| 260 |
no test coverage detected