Skip to content

Instantly share code, notes, and snippets.

View kdctek's full-sized avatar

KDC kdctek

View GitHub Profile
@echr
echr / Whatsapp Botman Driver
Last active May 29, 2023 13:37
Simple Botman Whatsapp Driver
<?php
namespace Drivers\Whatsapp;
use BotMan\BotMan\Exceptions\Base\DriverException;
class WhatsappConnectionException extends DriverException
{
}