Changeset 1768
- Timestamp:
- 2006-01-09 21:00:38 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
phpannodex/trunk/phpsrc/Exceptions/AnxBadFormatException.php
r1745 r1768 1 1 <?php 2 2 3 class AnxBadFormatException extends Exception { 3 require_once("AnxException.php"); 4 5 class AnxBadFormatException extends AnxException { 4 6 5 7 function __construct( $error_string ) { phpannodex/trunk/phpsrc/Exceptions/AnxFileNotFoundException.php
r1745 r1768 1 1 <?php 2 2 3 class AnxFileNotFoundException extends Exception { 3 require_once("AnxException.php"); 4 5 class AnxFileNotFoundException extends AnxException { 4 6 5 7 function __construct( $error_string ) {