You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
The class ValueGenerator may throw an exception inside __toString which is forbidden (look for Exceptions can not be thrown from __toString() methods.) and leads to a fatal error in my case. I am running a Symfony application, which indirectly uses zend-code.
Are you aware of this? I would propose moving the functionality in a separate function or not throw an exception in __toString (or referenced functions) at all.