Exception constructor

Exception([dynamic message ])

Implementation

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