Braintree\Error\ErrorCollection::__construct PHP Method

__construct() public method

public __construct ( $errorData )
    public function __construct($errorData)
    {
        $this->_errors = new ValidationErrorCollection($errorData);
    }