sandeepshetty\shopify_api\Exception::__construct PHP Method

__construct() public method

public __construct ( $info )
    function __construct($info)
    {
        $this->info = $info;
        parent::__construct($info['response_headers']['http_status_message'], $info['response_headers']['http_status_code']);
    }