wip
This commit is contained in:
11
app/Domain/Slack/Exceptions/UserNotFoundException.php
Normal file
11
app/Domain/Slack/Exceptions/UserNotFoundException.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Toby\Domain\Slack\Exceptions;
|
||||
|
||||
use Spatie\SlashCommand\Exceptions\SlackSlashCommandException;
|
||||
|
||||
class UserNotFoundException extends SlackSlashCommandException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user