akaunting/app/Exceptions/Common/NotUserDashboard.php

11 lines
109 B
PHP
Raw Normal View History

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