Changeset 1093
- Timestamp:
- 11/30/07 00:07:38 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/examples/docroot/core/error-simple.php
r681 r1093 13 13 14 14 require '../bootstrap-stubbles.php'; 15 stubClassLoader::load('net.stubbles. util.errorhandler.stubIllegalArgumentErrorHandler',16 'net.stubbles. util.errorhandler.stubCompositeErrorHandler',15 stubClassLoader::load('net.stubbles.lang.errorhandler.stubIllegalArgumentErrorHandler', 16 'net.stubbles.lang.errorhandler.stubCompositeErrorHandler', 17 17 'net.stubbles.ipo.response.stubBaseResponse' 18 18 ); trunk/examples/docroot/core/exception.php
r1089 r1093 1 1 <?php 2 2 require '../bootstrap-stubbles.php'; 3 stubClassLoader::load('net.stubbles. util.errorhandler.stubProdModeExceptionHandler',4 'net.stubbles. util.errorhandler.stubDisplayExceptionHandler',3 stubClassLoader::load('net.stubbles.lang.errorhandler.stubProdModeExceptionHandler', 4 'net.stubbles.lang.errorhandler.stubDisplayExceptionHandler', 5 5 'net.stubbles.util.stubRegistry' 6 6 ); trunk/src/main/php/net/stubbles/lang/errorhandler/stubAbstractExceptionHandler.php
r1092 r1093 8 8 */ 9 9 stubClassLoader::load('net.stubbles.ipo.response.stubBaseResponse', 10 'net.stubbles.lang.errorhandler.stubExceptionHandler' 10 'net.stubbles.lang.errorhandler.stubExceptionHandler', 11 'net.stubbles.util.log.log' 11 12 ); 12 13 /**
