execution_exception property

String get execution_exception

Execution Exception

Implementation

String get execution_exception {
  return Intl.message(
    'Execution Exception',
    name: 'execution_exception',
    desc: '',
    args: [],
  );
}