MS gate validation error handling #115
Labels
enhancement
New feature or request
error-handling
Issues related to error handing and error propagation
program-validation
Issues related to program validation
This issue is very similar in nature to #109, and is indirectly related to #113.
The
ms
currently requires 3 parameters. If you instead provide it 2 parameters, there is an uncaughtTypeError
:Instead, it should raise a
ValidationError
and tell you that the third parameter is missing.The text was updated successfully, but these errors were encountered: