*/ class BadTarArchive extends \Core\Exceptions\WebServiceException { public function __construct($filename) { parent::__construct("Bad tar archive $filename"); } }