akaunting/app/Exceptions/Common/LastDashboard.php
2021-08-26 01:55:30 +03:00

11 lines
106 B
PHP

<?php
namespace App\Exceptions\Common;
use Exception;
class LastDashboard extends Exception
{
//
}