updatepulse-server/inc/server/update/class-invalid-package-exception.php
Alexandre Froger 70d71c7934 cleanup
2025-02-10 22:03:33 +08:00

14 lines
297 B
PHP

<?php
namespace Anyape\UpdatePulse\Server\Server\Update;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
use RuntimeException;
/**
* Exception thrown when the server fails to parse a plugin/theme/generic.
*/
class Invalid_Package_Exception extends RuntimeException { }