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

            [1] => Array
                (
                    [file] => /opt/mycondoplans_com/www/dreammvc/config/database.php
                    [line] => 3
                    [function] => __construct
                    [class] => DreamModel
                    [type] => ->
                )

            [2] => Array
                (
                    [file] => /opt/mycondoplans_com/www/dreammvc/core/dream_config.php
                    [line] => 70
                    [args] => Array
                        (
                            [0] => /opt/mycondoplans_com/www/dreammvc/config/database.php
                        )

                    [function] => require_once
                )

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

        )

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

)