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

FelParseException.cs « FelLib - github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0c93f924ffdf0cc64974a498d93d9ca69df4db4b (plain)
1
2
3
4
5
6
7
8
9
10
11
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace com.clusterrr.FelLib
{
    public class FelParseException : Exception
    {
    }
}