Exception constructor

Exception([
  1. dynamic message
])

Implementation

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