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