Current Path: > > opt > cloudlinux > > alt-php54 > root > usr > share > pear > ezc > Archive > exceptions
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
block_size.php | File | 873 bytes | December 18 2019 11:17:09. | |
checksum.php | File | 685 bytes | December 18 2019 11:17:09. | |
empty.php | File | 572 bytes | December 18 2019 11:17:09. | |
entry_prefix.php | File | 754 bytes | December 18 2019 11:17:09. | |
exception.php | File | 589 bytes | December 18 2019 11:17:09. | |
internal_exception.php | File | 658 bytes | December 18 2019 11:17:09. | |
io.php | File | 585 bytes | December 18 2019 11:17:09. | |
unknown_type.php | File | 726 bytes | December 18 2019 11:17:09. | |
value.php | File | 1108 bytes | December 18 2019 11:17:09. |
<?php /** * File containing the ezcArchiveBlockSizeException class. * * @package Archive * @version 1.4.1 * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ /** * Exception will be thrown when the block-size of an archive is invalid. * * @package Archive * @version 1.4.1 */ class ezcArchiveBlockSizeException extends ezcArchiveException { /** * Constructs a new block-size exception for the specified archive. * * @param string $archiveName * @param string $msg */ public function __construct( $archiveName, $msg = null ) { $default = "The archive '{$archiveName}' has an invalid block size."; if ( $msg !== null ) { $default .= " {$msg}"; } parent::__construct( $default ); } } ?>
SILENT KILLER Tool