Home
last modified time | relevance | path

Searched defs:VCSError (Results 1 – 15 of 15) sorted by relevance

/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/vcs/
H A D__init__.py29 class VCSError(Exception): class
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/cmd/go/internal/modfetch/codehost/
H A Dvcs.go34 type VCSError struct { struct
35 Err error
38 func (e *VCSError) Error() string { return e.Err.Error() }
/dports/lang/gcc9/gcc-9.4.0/libgo/go/cmd/go/internal/modfetch/codehost/
H A Dvcs.go34 type VCSError struct { struct
35 Err error
38 func (e *VCSError) Error() string { return e.Err.Error() }
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/cmd/go/internal/modfetch/codehost/
H A Dvcs.go34 type VCSError struct { struct
35 Err error
38 func (e *VCSError) Error() string { return e.Err.Error() }
/dports/lang/gcc10/gcc-10.3.0/libgo/go/cmd/go/internal/modfetch/codehost/
H A Dvcs.go35 type VCSError struct { struct
36 Err error
39 func (e *VCSError) Error() string { return e.Err.Error() }
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/go/internal/modfetch/codehost/
H A Dvcs.go35 type VCSError struct { struct
36 Err error
39 func (e *VCSError) Error() string { return e.Err.Error() }
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/go/internal/modfetch/codehost/
H A Dvcs.go35 type VCSError struct { struct
36 Err error
39 func (e *VCSError) Error() string { return e.Err.Error() }
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/cmd/go/internal/modfetch/codehost/
H A Dvcs.go35 type VCSError struct { struct
36 Err error
39 func (e *VCSError) Error() string { return e.Err.Error() }
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/cmd/go/internal/modfetch/codehost/
H A Dvcs.go35 type VCSError struct { struct
36 Err error
39 func (e *VCSError) Error() string { return e.Err.Error() }
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/cmd/go/internal/modfetch/codehost/
H A Dvcs.go35 type VCSError struct { struct
36 Err error
39 func (e *VCSError) Error() string { return e.Err.Error() }
/dports/lang/gcc11/gcc-11.2.0/libgo/go/cmd/go/internal/modfetch/codehost/
H A Dvcs.go35 type VCSError struct { struct
36 Err error
39 func (e *VCSError) Error() string { return e.Err.Error() }
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/cmd/go/internal/modfetch/codehost/
H A Dvcs.go35 type VCSError struct { struct
36 Err error
39 func (e *VCSError) Error() string { return e.Err.Error() }
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/cmd/go/internal/modfetch/codehost/
H A Dvcs.go35 type VCSError struct { struct
36 Err error
39 func (e *VCSError) Error() string { return e.Err.Error() }
/dports/devel/py-flit-core/flit_core-3.5.1/flit_core/
H A Dcommon.py103 class VCSError(Exception): class
/dports/devel/py-flit/flit-3.5.1/flit_core/flit_core/
H A Dcommon.py103 class VCSError(Exception): class