mirror of
https://gh.wpcy.net/https://github.com/superdav42/wp-update-server-plugin.git
synced 2026-05-06 05:22:23 +08:00
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 { }
|