Exception constructor - Exception - dart:core library (original) (raw)

description

Exception([

  1. dynamic message ])

Implementation

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