Exception constructor

Exception([message ])

Implementation

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