Commit: 98e9576562fde4687770dcdf41cc8b1e98b8cc74

Author: David Persson | Date: 2010-01-07 10:45:04 +0100
Require PHPca exceptions file.
diff --git a/config/bootstrap.php b/config/bootstrap.php index 60eb9ea..ee49dee 100644 --- a/config/bootstrap.php +++ b/config/bootstrap.php @@ -72,6 +72,7 @@ Libraries::add('phpca', array( 'transform' => function($class, $params) { static $_classMap; require_once "{$params['path']}/_ClassMap.php"; + require_once "{$params['path']}/Exceptions.php"; return "{$params['path']}/{$_classMap[$class]}"; } ));