PHP Class Spatie\SlashCommand\Exceptions\InvalidHandler

Inheritance: extends SlackSlashCommandException
Exibir arquivo Open project: spatie/laravel-slack-slash-command Class Usage Examples

Public Methods

Method Description
handlerDoesNotExist ( $handler )
handlerDoesNotExtendFromBaseHandler ( $handler )
signatureIsRequired ( $handler )

Method Details

handlerDoesNotExist() public static method

public static handlerDoesNotExist ( $handler )

handlerDoesNotExtendFromBaseHandler() public static method

public static handlerDoesNotExtendFromBaseHandler ( $handler )

signatureIsRequired() public static method

public static signatureIsRequired ( $handler )