Skip to content

Commit

Permalink
Merge pull request #14 from TheLastPastor/master
Browse files Browse the repository at this point in the history
zbar command not found error
  • Loading branch information
frkcn authored Mar 24, 2023
2 parents a57bf37 + 0dfa752 commit 1a3c337
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Exceptions/ZbarError.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ public static function exitStatus($code)
case 5:
$message = 'Unable to detect bar code type.';
break;
case 127:
$message = 'Zbar command not found';
break;
default:
$message = 'Unknown error';
break;
Expand Down

0 comments on commit 1a3c337

Please sign in to comment.