Shikiryu_Backup/app/code/exceptions/BackupException.php

11 lines
100 B
PHP

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