We need another type specifying extension. This time for abort_unless
It should be the almost the same as this extension. Also this comment from below should be considered.
This can be a good first issue to start contributing to larastan! :+1:
And I guess same thing can apply to throw_if and throw_unless
Could you please handle all of these functions in 1 class?
No. I think they should have seperate extensions.
Okay. I thought they need the very same action.
You can register one extension multiple times with different constructor arguments. abort_if and throw_if seem like they do the same thing with the first argument.