comparison: DebugClients/Ruby/DebugQuit.rb
DebugClients/Ruby/DebugQuit.rb
- changeset 4553
- a6b2acd1a355
- parent 4552
- b1ea4ea0190e
- child 4554
- f3428ddd577c
equal
deleted
inserted
replaced
1 # -*- coding: utf-8 -*- |
|
2 |
|
3 # Copyright (c) 2005 - 2015 Detlev Offenbach <detlev@die-offenbachs.de> |
|
4 # |
|
5 |
|
6 =begin edoc |
|
7 File implementing a debug quit exception class. |
|
8 =end |
|
9 |
|
10 class DebugQuit < Exception |
|
11 =begin edoc |
|
12 Class implementing an exception to signal the end of a debugging session. |
|
13 =end |
|
14 end |
|