���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home3/cpr76684/public_html/Exception.tar
���ѧ٧ѧ�
FileNotFoundException.php 0000644 00000000703 15152064771 0011500 0 ustar 00 <?php declare(strict_types=1); namespace ZipStream\Exception; use ZipStream\Exception; /** * This Exception gets invoked if a file wasn't found */ class FileNotFoundException extends Exception { /** * Constructor of the Exception * * @param String $path - The path which wasn't found */ public function __construct(string $path) { parent::__construct("The file with the path $path wasn't found."); } } StreamNotReadableException.php 0000644 00000000756 15152064771 0012510 0 ustar 00 <?php declare(strict_types=1); namespace ZipStream\Exception; use ZipStream\Exception; /** * This Exception gets invoked if `fread` fails on a stream. */ class StreamNotReadableException extends Exception { /** * Constructor of the Exception * * @param string $fileName - The name of the file which the stream belongs to. */ public function __construct(string $fileName) { parent::__construct("The stream for $fileName could not be read."); } } OverflowException.php 0000644 00000000556 15152064771 0010755 0 ustar 00 <?php declare(strict_types=1); namespace ZipStream\Exception; use ZipStream\Exception; /** * This Exception gets invoked if a counter value exceeds storage size */ class OverflowException extends Exception { public function __construct() { parent::__construct('File size exceeds limit of 32 bit integer. Please enable "zip64" option.'); } } EncodingException.php 0000644 00000000330 15152064771 0010666 0 ustar 00 <?php declare(strict_types=1); namespace ZipStream\Exception; use ZipStream\Exception; /** * This Exception gets invoked if file or comment encoding is incorrect */ class EncodingException extends Exception { } FileNotReadableException.php 0000644 00000000710 15152064771 0012122 0 ustar 00 <?php declare(strict_types=1); namespace ZipStream\Exception; use ZipStream\Exception; /** * This Exception gets invoked if a file wasn't found */ class FileNotReadableException extends Exception { /** * Constructor of the Exception * * @param String $path - The path which wasn't found */ public function __construct(string $path) { parent::__construct("The file with the path $path isn't readable."); } } IncompatibleOptionsException.php 0000644 00000000326 15152064771 0013127 0 ustar 00 <?php declare(strict_types=1); namespace ZipStream\Exception; use ZipStream\Exception; /** * This Exception gets invoked if options are incompatible */ class IncompatibleOptionsException extends Exception { }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�