Exception constructor

Exception([dynamic message ])

Implementation

factory Exception([var message]) => new _Exception(message);