Files
panel/app/Exceptions/AccountNotFoundException.php

8 lines
88 B
PHP
Raw Normal View History

<?php
2016-12-07 22:46:38 +00:00
2024-03-12 22:39:16 -04:00
namespace App\Exceptions;
2023-02-23 12:30:16 -07:00
class AccountNotFoundException extends \Exception
{
}