11 lines
148 B
C#
11 lines
148 B
C#
|
|
using System;
|
||
|
|
|
||
|
|
namespace Mono.Debugger.Soft
|
||
|
|
{
|
||
|
|
public class VMMismatchException : Exception
|
||
|
|
{
|
||
|
|
public VMMismatchException () : base () {
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|