File size: 79 Bytes
7107f0b
 
 
 
 
 
 
1
2
3
4
5
6
7
8
package errs

import "errors"

var (
	EmptyToken = errors.New("empty token")
)