Shikiryu_Backup/app/code/exceptions/BackupException.php

10 lines
99 B
PHP

<?php
namespace Shikiryu\Exceptions;
use Exception;
class BackupException extends Exception
{
}