<?php

namespace JetBackup\Exception;

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

class DirIteratorException extends JBException {
}

