storj/pkg/ranger/common.go

12 lines
225 B
Go
Raw Normal View History

2019-01-24 20:15:10 +00:00
// Copyright (C) 2019 Storj Labs, Inc.
2018-04-11 13:46:19 +01:00
// See LICENSE for copying information.
package ranger
import (
"github.com/zeebo/errs"
)
2018-04-11 14:18:35 +01:00
// Error is the errs class of standard Ranger errors
2018-04-11 13:46:19 +01:00
var Error = errs.Class("ranger error")