Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

add errorInfo setter to PDOException. #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

endel
Copy link
Contributor

@endel endel commented Jan 2, 2015

[PhpVisible]
public PhpArray errorInfo {
get { return this.m_errorInfo; }
set { this.m_errorInfo = value; }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the diff mess caused by GitHub online editor, this is the only changed line actually.

@jakubmisek
Copy link
Member

Did you test it? I'm not sure if property setter other than PhpReference is supported by PhpNetCore.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants