mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-04 15:25:41 +08:00
v3 base
This commit is contained in:
13
src/StaticPHP/Exception/BuildFailureException.php
Normal file
13
src/StaticPHP/Exception/BuildFailureException.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace StaticPHP\Exception;
|
||||
|
||||
/**
|
||||
* BuildFailureException is thrown when a build process failed with other reasons.
|
||||
*
|
||||
* This exception indicates that the build operation did not complete successfully,
|
||||
* which may be due to various reasons such as missing built-files, incorrect configurations, etc.
|
||||
*/
|
||||
class BuildFailureException extends SPCException {}
|
||||
Reference in New Issue
Block a user