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

namespace JetBackup\Exception;

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

class IOException extends JBException {
}