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