DebugClients/Ruby/DebugQuit.rb

changeset 0
de9c2efb9d02
child 13
1af94a91f439
diff -r 000000000000 -r de9c2efb9d02 DebugClients/Ruby/DebugQuit.rb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DebugClients/Ruby/DebugQuit.rb	Mon Dec 28 16:03:33 2009 +0000
@@ -0,0 +1,14 @@
+# -*- coding: utf-8 -*-
+
+# Copyright (c) 2005 - 2009 Detlev Offenbach <detlev@die-offenbachs.de>
+#
+
+=begin edoc
+File implementing a debug quit exception class.
+=end
+
+class DebugQuit < Exception
+=begin edoc
+Class implementing an exception to signal the end of a debugging session.
+=end
+end

eric ide

mercurial