Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Add setter for ApiProblem properties #48

Closed
wants to merge 1 commit into from

Conversation

jbrunner
Copy link

Allows modification of ApiProblem properties after instantiation.

fixes #24

Allows modification of ApiProblem properties after instantiation.

fixes zfcampus#24
@weierophinney
Copy link
Member

ApiProblem is designed as a value object, and not intended to be updated after instantiation. Create a new instance if you need to alter it.

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.

Allow us to add additional details after ApiProblem has been instantiated
2 participants