CoreException constructor

CoreException(
  1. dynamic cause
)

Implementation

CoreException(cause) : super('CoreException', 0, cause);