sms_scheduler
exceptions
UnknownException
UnknownException constructor
UnknownException
sms_scheduler
exceptions
UnknownException
UnknownException constructor
UnknownException class
Constructors
UnknownException
Properties
code
description
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
UnknownException
constructor
UnknownException
(
String
code
,
String
description
)
Implementation
UnknownException(String code, String description) : super(code, description);