' . 'An exception occured while bootstrapping the application.'; if(defined('APPLICATION_ENVIRONMENT') && APPLICATION_ENVIRONMENT != 'production' ) { echo '

' . $exception->getMessage() . '
' . '
Stack Trace:' . '
' . $exception->getTraceAsString() . '
'; } echo '
'; exit(1); } Zend_Controller_Front::getInstance()->dispatch();