__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
declare(strict_types=1);
namespace ZipStream\Exception;
use ZipStream\Exception;
/**
* This Exception gets invoked if a strict simulation is executed and the file
* information can't be determined without reading the entire file.
*/
class SimulationFileUnknownException extends Exception
{
public function __construct()
{
parent::__construct('The details of the strict simulation file could not be determined without reading the entire file.');
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| DosTimeOverflowException.php | File | 494 B | 0777 |
|
| FileNotFoundException.php | File | 395 B | 0777 |
|
| FileNotReadableException.php | File | 400 B | 0777 |
|
| FileSizeIncorrectException.php | File | 519 B | 0777 |
|
| OverflowException.php | File | 400 B | 0777 |
|
| ResourceActionException.php | File | 563 B | 0777 |
|
| SimulationFileUnknownException.php | File | 482 B | 0777 |
|
| StreamNotReadableException.php | File | 353 B | 0777 |
|
| StreamNotSeekableException.php | File | 427 B | 0777 |
|