Changeset 3389
- Timestamp:
- 03/23/08 21:36:14 (9 months ago)
- Files:
-
- trunk/lib/common/tango/core/Exception.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/common/tango/core/Exception.d
r3145 r3389 47 47 48 48 - TextException 49 - XmlException 49 50 - RegexException 50 51 - LocaleException … … 327 328 328 329 /** 330 * Base class for XML exceptions. 331 */ 332 class XmlException : TextException 333 { 334 this( char[] msg ) 335 { 336 super( msg ); 337 } 338 } 339 340 341 /** 329 342 * RegistryException is thrown when the NetworkRegistry encounters a 330 343 * problem during proxy registration, or when it sees an unregistered












