Zend_Controller_Dispatcher_Exception Object
(
    [message:protected] => "talks" controller does not exist
    [string:Exception:private] => 
    [code:protected] => 0
    [file:protected] => /www/webroots/shiflett.org/lib/Zend.php
    [line:protected] => 229
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /www/webroots/shiflett.org/lib/Zend/Controller/Dispatcher.php
                    [line] => 386
                    [function] => exception
                    [class] => Zend
                    [type] => ::
                    [args] => Array
                        (
                            [0] => Zend_Controller_Dispatcher_Exception
                            [1] => "talks" controller does not exist
                        )

                )

            [1] => Array
                (
                    [file] => /www/webroots/shiflett.org/lib/Zend/Controller/Front.php
                    [line] => 725
                    [function] => dispatch
                    [class] => Zend_Controller_Dispatcher
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Zend_Controller_Request_Http Object
                                (
                                    [_requestUri:protected] => /talks/apachecon2003
                                    [_baseUrl:protected] => 
                                    [_basePath:protected] => 
                                    [_pathInfo:protected] => /talks/apachecon2003
                                    [_params:protected] => Array
                                        (
                                            [controller] => talks
                                            [action] => apachecon2003
                                        )

                                    [_aliases:protected] => Array
                                        (
                                        )

                                    [_dispatched:protected] => 1
                                    [_controllerKey:protected] => controller
                                    [_actionKey:protected] => action
                                )

                            [1] => Zend_Controller_Response_Http Object
                                (
                                    [_body:protected] => Array
                                        (
                                        )

                                    [_exceptions:protected] => Array
                                        (
                                        )

                                    [_headers:protected] => Array
                                        (
                                        )

                                    [_renderExceptions:protected] => 
                                )

                        )

                )

            [2] => Array
                (
                    [file] => /www/webroots/shiflett.org/www/index.php
                    [line] => 36
                    [function] => dispatch
                    [class] => Zend_Controller_Front
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

        )

    [previous:Exception:private] => 
)