11 lines
		
	
	
		
			193 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			193 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| declare(strict_types=1);
 | |
| 
 | |
| namespace Toby\Domain\Slack;
 | |
| 
 | |
| use Spatie\SlashCommand\Exceptions\SlackSlashCommandException;
 | |
| 
 | |
| class UserNotFoundException extends SlackSlashCommandException
 | |
| {
 | |
| } |