Welcome to mirror list, hosted at ThFree Co, Russian Federation.

NotAValidRepositoryException.cs « libgit2sharp - github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6ae7bb112cfc00ba223ad9beace3610b6a9e14d1 (plain)
1
2
3
4
5
6
7
8
9
using System;

namespace libgit2sharp
{
    [Serializable]
    public class NotAValidRepositoryException : Exception
    {
    }
}