mirror of https://github.com/mono/CppSharp.git
Browse Source
This reverts commit 01e872b30d.
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
pull/600/head
14 changed files with 64 additions and 180 deletions
@ -1,12 +0,0 @@
@@ -1,12 +0,0 @@
|
||||
using System; |
||||
|
||||
namespace CppSharp |
||||
{ |
||||
public class ParserException : Exception |
||||
{ |
||||
public ParserException(string message) |
||||
: base(message) |
||||
{ |
||||
} |
||||
} |
||||
} |
||||
Loading…
Reference in new issue