Changeset 199:3d5dbb27dec2
- Timestamp:
- 04/10/08 19:26:13 (6 months ago)
- Files:
-
- dwt/dwthelper/utils.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/dwthelper/utils.d
r197 r199 638 638 this( Exception e ){ 639 639 super(e.toString); 640 } 640 next = e; 641 } 642 public Exception getCause() { 643 return next; 644 } 645 641 646 } 642 647 class IndexOutOfBoundsException : Exception {
