Refresh
This commit is contained in:
9
app/Exceptions/UserDoesNotExistsException.php
Executable file
9
app/Exceptions/UserDoesNotExistsException.php
Executable file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class UserDoesNotExistsException extends Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user