Zend_Controller_Dispatcher_Exception Object
(
    [_previous:Zend_Exception:private] => 
    [message:protected] => Invalid controller specified (category)
    [string:Exception:private] => 
    [code:protected] => 0
    [file:protected] => /usr/local/zend/share/ZendFramework/library/Zend/Controller/Dispatcher/Standard.php
    [line:protected] => 248
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /usr/local/zend/share/ZendFramework/library/Zend/Controller/Front.php
                    [line] => 954
                    [function] => dispatch
                    [class] => Zend_Controller_Dispatcher_Standard
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Zend_Controller_Request_Http Object
                                (
                                    [_paramSources:protected] => Array
                                        (
                                            [0] => _GET
                                            [1] => _POST
                                        )

                                    [_requestUri:protected] => /shop/category///
                                    [_baseUrl:protected] => 
                                    [_basePath:protected] => 
                                    [_pathInfo:protected] => /shop/category///
                                    [_params:protected] => Array
                                        (
                                            [module] => shop
                                            [controller] => category
                                            [action] => index
                                        )

                                    [_rawBody:protected] => 
                                    [_aliases:protected] => Array
                                        (
                                        )

                                    [_dispatched:protected] => 1
                                    [_module:protected] => shop
                                    [_moduleKey:protected] => module
                                    [_controller:protected] => category
                                    [_controllerKey:protected] => controller
                                    [_action:protected] => index
                                    [_actionKey:protected] => action
                                )

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

                                    [_exceptions:protected] => Array
                                        (
                                        )

                                    [_headers:protected] => Array
                                        (
                                        )

                                    [_headersRaw:protected] => Array
                                        (
                                        )

                                    [_httpResponseCode:protected] => 200
                                    [_isRedirect:protected] => 
                                    [_renderExceptions:protected] => 
                                    [headersSentThrowsException] => 1
                                )

                        )

                )

            [1] => Array
                (
                    [file] => /usr/local/zend/share/ZendFramework/library/Zend/Application/Bootstrap/Bootstrap.php
                    [line] => 97
                    [function] => dispatch
                    [class] => Zend_Controller_Front
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [2] => Array
                (
                    [file] => /usr/local/zend/share/ZendFramework/library/Zend/Application.php
                    [line] => 366
                    [function] => run
                    [class] => Zend_Application_Bootstrap_Bootstrap
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [3] => Array
                (
                    [file] => /home/technotech/domains/technotech.nl/public_html/system/config.php
                    [line] => 39
                    [function] => run
                    [class] => Zend_Application
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [4] => Array
                (
                    [file] => /home/technotech/domains/technotech.nl/public_html/index.php
                    [line] => 3
                    [args] => Array
                        (
                            [0] => /home/technotech/domains/technotech.nl/public_html/system/config.php
                        )

                    [function] => require_once
                )

        )

    [previous:Exception:private] => 
)