()
| 22 | } |
| 23 | |
| 24 | func NewRevokedTokenError() error { |
| 25 | return errors.New("You are not currently authenticated. Please log in to continue.") |
| 26 | } |
| 27 | |
| 28 | func NewFileLoadError() error { |
| 29 | return errors.New("A referenced file could not be opened. Please validate the provided filenames and permissions, then retry your request.") |
no outgoing calls
no test coverage detected
searching dependent graphs…