Changeset 1819
- Timestamp:
- 09/02/08 04:02:55 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
labs/incubator/src/main/php/net/stubbles/remote/stubInvocationException.php
r1718 r1819 9 9 * @version $Id$ 10 10 */ 11 stubClassLoader::load('net::stubbles::remote::stubRemoteException'); 11 12 /** 12 13 * Exception to be thrown if an exception occured in the remote server during … … 16 17 * @subpackage remote 17 18 */ 18 class stubInvocationException extends stub Exception19 class stubInvocationException extends stubRemoteException 19 20 { 20 21 // intentionally empty labs/incubator/src/main/php/net/stubbles/remote/stubNameNotFoundException.php
r1718 r1819 8 8 * @version $Id$ 9 9 */ 10 stubClassLoader::load('net::stubbles::remote::stubRemoteException'); 10 11 /** 11 12 * Exception to be thrown if a name could not be found during lookup. … … 14 15 * @subpackage remote 15 16 */ 16 class stubNameNotFoundException extends stub Exception17 class stubNameNotFoundException extends stubRemoteException 17 18 { 18 19 // intentionally empty
