UNPKG

sourcecontrol

Version:

A modern TypeScript CLI application for source control

5 lines 186 B
import { GitException } from '../exceptions'; export declare class RepositoryException extends GitException { constructor(message: string); } //# sourceMappingURL=exceptions.d.ts.map