<?php namespace JetBackup\Exception; use Exception; if (!defined( '__JETBACKUP__')) die('Direct access is not allowed'); class JBException extends Exception { }