PDOException Object
(
    [message:protected] => SQLSTATE[HY000] [2002] Cannot assign requested address
    [string:Exception:private] => 
    [code:protected] => 2002
    [file:protected] => /var/www/www.mycondoplans.com/dreammvc/core/dream_model.php
    [line:protected] => 34
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /var/www/www.mycondoplans.com/dreammvc/core/dream_model.php
                    [line] => 34
                    [function] => __construct
                    [class] => PDO
                    [type] => ->
                )

            [1] => Array
                (
                    [file] => /var/www/www.mycondoplans.com/dreammvc/config/database.php
                    [line] => 7
                    [function] => __construct
                    [class] => DreamModel
                    [type] => ->
                )

            [2] => Array
                (
                    [file] => /var/www/www.mycondoplans.com/dreammvc/core/dream_config.php
                    [line] => 69
                    [args] => Array
                        (
                            [0] => /var/www/www.mycondoplans.com/dreammvc/config/database.php
                        )

                    [function] => require_once
                )

            [3] => Array
                (
                    [file] => /var/www/www.mycondoplans.com/index.php
                    [line] => 97
                    [function] => LoadDatabaseConfig
                    [class] => DreamConfig
                    [type] => ::
                )

        )

    [previous:Exception:private] => 
    [errorInfo] => Array
        (
            [0] => HY000
            [1] => 2002
            [2] => Cannot assign requested address
        )

)