m4e_sdk
dart:core
Exception
Exception factory constructor
Exception
m4e_sdk
dart:core
Exception
Exception factory constructor
Exception class
Constructors
Exception
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Exception
constructor
Exception
(
[
dynamic
message
])
Implementation
factory Exception([var message]) => _Exception(message);