Shikiryu_Backup/app/code/exceptions/BackupException.php

10 lines
99 B
PHP
Raw Normal View History

2020-04-16 18:02:46 +02:00
<?php
namespace Shikiryu\Exceptions;
use Exception;
class BackupException extends Exception
{
}