no need to report last dashboard exception #yjypx2

This commit is contained in:
Denis Duliçi
2021-08-26 01:55:30 +03:00
parent e9e0012175
commit d413e04813
4 changed files with 32 additions and 4 deletions

View File

@ -0,0 +1,10 @@
<?php
namespace App\Exceptions\Common;
use Exception;
class NotUserDashboard extends Exception
{
//
}