1 <?php 2 namespace Slack; 3 4 class UserNotFoundException extends \RuntimeException implements Exception 5 { 6 } 7