Skip to content

Commit

Permalink
Add proxy error types
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed May 4, 2020
1 parent a0ad2e7 commit bc0a6e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions proxy/errortypes.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package proxy

import "github.com/dropbox/godropbox/errors"

type WebSocketBlock struct {
errors.DropboxError
}

0 comments on commit bc0a6e2

Please sign in to comment.