Merge pull request #273 from joncham/bug-getpid
[mono.git] / mcs / class / Mono.Debugger.Soft / Mono.Debugger.Soft / VMDisconnectedException.cs
1 using System;
2
3 namespace Mono.Debugger.Soft
4 {
5         public class VMDisconnectedException : Exception {
6                 
7                 public VMDisconnectedException () : base () {
8                 }
9         }
10 }