Exception constructor - Exception - dart:core library (original) (raw)
Exception([
- dynamic message ])
Implementation
factory Exception([var message]) => _Exception(message);
Exception([
factory Exception([var message]) => _Exception(message);