Exception constructor

Exception([
  1. dynamic message
])

Implementation

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