dgd-backupper-php/app/Exceptions/CleanException.php

9 lines
79 B
PHP

<?php
namespace App\Exceptions;
class CleanException extends \Exception
{
}