package instance import ( "errors" ) // ErrNotImplemented is the "Not implemented" error. var ErrNotImplemented = errors.New("Not implemented")