dclDebug.CycleError
Version 1.x
dclDebug.CycleError
is present only when dcl/debug
is required. It is thrown when
dcl
encounters an impossible inheritance. For example, when A
depends on B
, and B
depends on A
.
Examples
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
|
You will see the following exception:
1 2 |
|