defReject method
- SamModel sm,
- Map req,
- dynamic msg
inherited
A shortcut to jam SamModel into SE.ss_broken state with whyBroken set to msg.
Implementation
void defReject(SamModel sm,Map req,String msg) {
sm.broken(msg);
}
A shortcut to jam SamModel into SE.ss_broken state with whyBroken set to msg.
void defReject(SamModel sm,Map req,String msg) {
sm.broken(msg);
}