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
This would also work, and might be better than the original suggestion I had:
newThrowExpression(...)
I have a branch where this change is implemented as an asThrow method on ExpressionBuilder instances, but it wouldn't be difficult for me to just expose the _ThrowExpression class I created.
Thoughts on this? Can I go ahead and submit a PR, or was I too vague and need to clarify?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
It would be very helpful if we could do something like:
This would also work, and might be better than the original suggestion I had:
I have a branch where this change is implemented as an
asThrow
method onExpressionBuilder
instances, but it wouldn't be difficult for me to just expose the_ThrowExpression
class I created.Thoughts on this? Can I go ahead and submit a PR, or was I too vague and need to clarify?
Thanks in advance.
The text was updated successfully, but these errors were encountered: