Check True/False work with Business Exception

I would like to be able to use Check True/False to work with Business Exception. I admire how concise it is, but it only will throw regular Exception, you have no choice on what type exception it throws.
You could theoretically use it inside Try/Catch and change type of exception in Catch block, but it defeats its main benefit - simplicity.

Yes this would be useful.

And this has been suggested before:

Thank you. The way this other suggestion was entitled made my search for this impossible :slight_smile: Don’t know if it’s possible to close this as duplicate or something.