Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Julian Steenbakker
2022-12-08 11:50:30 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2022-12-08 11:50:30 +0100
Commit
dfeb9b4f3cc450e956935e3e484929a3a2da7804
dfeb9b4f
1 parent
dde75549
Update mobile_scanner_exception.dart
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/mobile_scanner_exception.dart
lib/src/mobile_scanner_exception.dart
View file @
dfeb9b4
...
...
@@ -15,7 +15,7 @@ class MobileScannerException implements Exception {
@override
String
toString
()
{
if
(
errorDetails
!=
null
&&
errorDetails
?.
message
!=
null
)
{
if
(
errorDetails
!=
null
&&
errorDetails
?.
message
!=
null
)
{
return
"MobileScannerException: code
${errorCode.name}
, message:
${errorDetails?.message}
"
;
}
return
"MobileScannerException:
${errorCode.name}
"
;
...
...
Please
register
or
login
to post a comment