interrupted_exception property

String interrupted_exception

Interrupted Exception

Implementation

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