wp-update-server/includes/Wpup/InvalidPackageException.php
Yahnis Elsts cd46fae4bc * Add a bunch of comments.
* Remove unused property $cache.
* Throw an exception if the server can't parse a package.
2013-03-04 05:53:02 -08:00

5 lines
145 B
PHP

<?php
/**
* Exception thrown when the server fails to parse a plugin/theme.
*/
class Wpup_InvalidPackageException extends RuntimeException { }