Changeset 22770
- Timestamp:
- 07/02/09 13:35:28 (9 months ago)
- Files:
-
- trunk/external-tools/mvc_installer/lib/config.php (modified) (1 diff)
- trunk/external-tools/mvc_installer/lib/exporter/git.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/external-tools/mvc_installer/lib/config.php
r22769 r22770 62 62 public function store($key, $value) 63 63 { 64 throw new midgard2_installer_ runtime_exception(MGD2INST_ERROR_UNKNOWN, __CLASS__ . '::' . __FUNCTION__ . '() not implemented');64 throw new midgard2_installer_logic_exception(MGD2INST_ERROR_UNKNOWN, __CLASS__ . '::' . __FUNCTION__ . '() not implemented'); 65 65 } 66 66 trunk/external-tools/mvc_installer/lib/exporter/git.php
r22769 r22770 20 20 public function export($uri) 21 21 { 22 throw new midgard2_installer_ runtime_exception(MGD2INST_ERROR_UNKNOWN, __CLASS__ . '::' . __FUNCTION__ . '() not implemented');22 throw new midgard2_installer_logic_exception(MGD2INST_ERROR_UNKNOWN, __CLASS__ . '::' . __FUNCTION__ . '() not implemented'); 23 23 } 24 24 }
