Expected Behavior
Users that provides a bad argument should get IllegalArgumentException and not DaprException.
Actual Behavior
Users that provides a bad argument get DaprException.
Steps to Reproduce the Problem
Provide null to any method that has a mandatory param.
Release Note
RELEASE NOTE: REMOVE DaprException from IllegalArgumentException.
Expected Behavior
Users that provides a bad argument should get IllegalArgumentException and not DaprException.
Actual Behavior
Users that provides a bad argument get DaprException.
Steps to Reproduce the Problem
Provide null to any method that has a mandatory param.
Release Note
RELEASE NOTE: REMOVE DaprException from IllegalArgumentException.