commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / packages / ezc / autoload / execution_autoload.php
1 <?php
2 /**
3 * Autoloader definition for the Execution component.
4 *
5 * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
6 * @license http://ez.no/licenses/new_bsd New BSD License
7 * @version 1.1.1
8 * @filesource
9 * @package Execution
10 */
11
12 return array(
13 'ezcExecutionException' => 'Execution/exceptions/exception.php',
14 'ezcExecutionAlreadyInitializedException' => 'Execution/exceptions/already_initialized.php',
15 'ezcExecutionInvalidCallbackException' => 'Execution/exceptions/invalid_callback.php',
16 'ezcExecutionNotInitializedException' => 'Execution/exceptions/not_initialized.php',
17 'ezcExecutionWrongClassException' => 'Execution/exceptions/wrong_class.php',
18 'ezcExecutionErrorHandler' => 'Execution/interfaces/execution_handler.php',
19 'ezcExecution' => 'Execution/execution.php',
20 'ezcExecutionBasicErrorHandler' => 'Execution/handlers/basic_handler.php',
21 );
22 ?>