mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 08:15:39 +08:00
v3 base
This commit is contained in:
13
src/StaticPHP/Exception/DownloaderException.php
Normal file
13
src/StaticPHP/Exception/DownloaderException.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace StaticPHP\Exception;
|
||||
|
||||
/**
|
||||
* Exception thrown when an error occurs during the downloading process.
|
||||
*
|
||||
* This exception is used to indicate that a download operation has failed,
|
||||
* typically due to network issues, invalid URLs, or other related problems.
|
||||
*/
|
||||
class DownloaderException extends SPCException {}
|
||||
Reference in New Issue
Block a user