2018-04-11 13:46:19 +01:00
|
|
|
// Copyright (C) 2018 Storj Labs, Inc.
|
|
|
|
// 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")
|