mobile_scanner_exception.dart 112 Bytes
class MobileScannerException implements Exception {
  String message;
  MobileScannerException(this.message);
}