PHP Class Spatie\SlashCommand\Exceptions\InvalidInput

Inheritance: extends SlackSlashCommandException
Mostra file Open project: spatie/laravel-slack-slash-command

Protected Properties

Property Type Description
$handler

Public Methods

Method Description
__construct ( $message, SignatureHandler $handler, Exception $previous = null )
getResponse ( Request $request ) : Response

Method Details

__construct() public method

public __construct ( $message, SignatureHandler $handler, Exception $previous = null )
$handler Spatie\SlashCommand\Handlers\SignatureHandler
$previous Exception

getResponse() public method

public getResponse ( Request $request ) : Response
$request Spatie\SlashCommand\Request
return Spatie\SlashCommand\Response

Property Details

$handler protected_oe property

protected $handler