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