summaryrefslogtreecommitdiff
path: root/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'errors.go')
-rw-r--r--errors.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/errors.go b/errors.go
index 03aa142a..db995721 100644
--- a/errors.go
+++ b/errors.go
@@ -22,11 +22,3 @@ type WorkerError struct {
func (e WorkerError) Error() string {
return e.Caused.Error()
}
-
-// PoolError is pool wide error
-type PoolError string
-
-// Error converts error context to string
-func (e PoolError) Error() string {
- return string(e)
-}