mirror of
https://gh.wpcy.net/https://github.com/YahnisElsts/wp-update-server.git
synced 2026-07-15 11:07:02 +08:00
* Remove unused property $cache. * Throw an exception if the server can't parse a package.
5 lines
145 B
PHP
5 lines
145 B
PHP
<?php
|
|
/**
|
|
* Exception thrown when the server fails to parse a plugin/theme.
|
|
*/
|
|
class Wpup_InvalidPackageException extends RuntimeException { }
|