class SigninException { final String msg; SigninException(this.msg); @override String toString() => msg; }