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

13 lines
166 B
PHP

<?php
namespace App\Exceptions;
use Exception;
class ExportFolderNotFoundException extends Exception
{
protected $message = "Export folder is not exist!";
}