isMatch static method
Implementation
static bool isMatch(PlatformException e) {
return _isExceptionMatch(e, 'SandboxUnsupportedException');
}
static bool isMatch(PlatformException e) {
return _isExceptionMatch(e, 'SandboxUnsupportedException');
}