Batch 4a: vendor base packages
This commit is contained in:
5
vendor/picqer/php-barcode-generator/src/Exceptions/BarcodeException.php
vendored
Executable file
5
vendor/picqer/php-barcode-generator/src/Exceptions/BarcodeException.php
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace Picqer\Barcode\Exceptions;
|
||||
|
||||
class BarcodeException extends \Exception {}
|
||||
5
vendor/picqer/php-barcode-generator/src/Exceptions/InvalidCharacterException.php
vendored
Executable file
5
vendor/picqer/php-barcode-generator/src/Exceptions/InvalidCharacterException.php
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace Picqer\Barcode\Exceptions;
|
||||
|
||||
class InvalidCharacterException extends BarcodeException {}
|
||||
5
vendor/picqer/php-barcode-generator/src/Exceptions/InvalidCheckDigitException.php
vendored
Executable file
5
vendor/picqer/php-barcode-generator/src/Exceptions/InvalidCheckDigitException.php
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace Picqer\Barcode\Exceptions;
|
||||
|
||||
class InvalidCheckDigitException extends BarcodeException {}
|
||||
5
vendor/picqer/php-barcode-generator/src/Exceptions/InvalidFormatException.php
vendored
Executable file
5
vendor/picqer/php-barcode-generator/src/Exceptions/InvalidFormatException.php
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace Picqer\Barcode\Exceptions;
|
||||
|
||||
class InvalidFormatException extends BarcodeException {}
|
||||
5
vendor/picqer/php-barcode-generator/src/Exceptions/InvalidLengthException.php
vendored
Executable file
5
vendor/picqer/php-barcode-generator/src/Exceptions/InvalidLengthException.php
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace Picqer\Barcode\Exceptions;
|
||||
|
||||
class InvalidLengthException extends BarcodeException {}
|
||||
5
vendor/picqer/php-barcode-generator/src/Exceptions/UnknownTypeException.php
vendored
Executable file
5
vendor/picqer/php-barcode-generator/src/Exceptions/UnknownTypeException.php
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace Picqer\Barcode\Exceptions;
|
||||
|
||||
class UnknownTypeException extends BarcodeException {}
|
||||
Reference in New Issue
Block a user