debugErrorsThrowAlways property

  1. @Deprecated('use reportAllExeceptions instead, it turned out that throwing does not help as much as expected')
bool debugErrorsThrowAlways
getter/setter pair

Implementation

@Deprecated(
    'use reportAllExeceptions instead, it turned out that throwing does not help as much as expected')
static bool debugErrorsThrowAlways = false;