Changeset 225:5366f8db1eda
- Timestamp:
- 04/10/08 19:26:04 (5 months ago)
- Files:
-
- dwt/dwthelper/utils.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/dwthelper/utils.d
r223 r225 621 621 this( Exception e ){ 622 622 super(e.toString); 623 } 623 next = e; 624 } 625 public Exception getCause() { 626 return next; 627 } 628 624 629 } 625 630 class IndexOutOfBoundsException : Exception {
