PDOException Object
(
    [message:protected] => SQLSTATE[HY000] [2002] Connection refused
    [string:Exception:private] => 
    [code:protected] => 2002
    [file:protected] => /home/janhenle/janhenle.com/classes/databaseinterface.class.php
    [line:protected] => 43
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /home/janhenle/janhenle.com/classes/databaseinterface.class.php
                    [line] => 43
                    [function] => __construct
                    [class] => PDO
                    [type] => ->
                    [args] => Array
                        (
                            [0] => mysql:host=mysql.janhenle.com;dbname=jhen
                            [1] => jhendb
                            [2] => jhen1@
                        )

                )

            [1] => Array
                (
                    [file] => /home/janhenle/janhenle.com/framework/connect.php
                    [line] => 15
                    [function] => connect
                    [class] => DatabaseInterface
                    [type] => ->
                    [args] => Array
                        (
                            [0] => mysql.janhenle.com
                            [1] => jhendb
                            [2] => jhen1@
                            [3] => jhen
                        )

                )

            [2] => Array
                (
                    [file] => /home/janhenle/janhenle.com/routing/bootstrap.php
                    [line] => 91
                    [args] => Array
                        (
                            [0] => /home/janhenle/janhenle.com/framework/connect.php
                        )

                    [function] => require_once
                )

            [3] => Array
                (
                    [file] => /home/janhenle/janhenle.com/routing/index.php
                    [line] => 19
                    [args] => Array
                        (
                            [0] => /home/janhenle/janhenle.com/routing/bootstrap.php
                        )

                    [function] => require_once
                )

        )

    [previous:Exception:private] => 
    [errorInfo] => Array
        (
            [0] => HY000
            [1] => 2002
            [2] => Connection refused
        )

)