Spatie\SlashCommand\Handlers\BaseHandler::abort PHP Метод

abort() защищенный Метод

protected abort ( $response )
    protected function abort($response)
    {
        throw new SlackSlashCommandException($response);
    }