Changeset 977
- Timestamp:
- 10/24/07 18:21:56 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/websites/variantmanager/stubVariantConfigurationException.php
r328 r977 8 8 * @subpackage websites_variantmanager 9 9 */ 10 stubClassLoader::load('net.stubbles.lang.exceptions.stubChainedException'); 10 11 /** 11 12 * Exception to be thrown in case the variant configuration contains an error. … … 16 17 class stubVariantConfigurationException extends stubChainedException 17 18 { 18 19 // intentionally empty 19 20 } 20 21 ?>
