summaryrefslogtreecommitdiff
path: root/errors.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-05-29 13:07:45 +0300
committerWolfy-J <[email protected]>2018-05-29 13:07:45 +0300
commit85b5288c290fd014b76c375fb9ffdf62575e2f2e (patch)
tree6046b584e15c1d515a8944df44399fde9fd77887 /errors.go
parentb8bc792b263a3891e125757a35cc563bb85f1a0b (diff)
working on tests
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)
-}