• File: DownloaderException.php
  • Full Path: /home/bazilika/public_html/wp-content/plugins/backup/src/JetBackup/Exception/DownloaderException.php
  • Date Modified: 03/02/2026 11:38 AM
  • File size: 158 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace JetBackup\Exception;

if (!defined( '__JETBACKUP__')) die('Direct access is not allowed');

class DownloaderException extends JBException {
}