for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace FondBot\Channels\Exceptions;
use Exception;
class DriverException extends Exception
{
public function report(): void
logger('DriverException', ['message' => $this->getMessage()]);
}
public function render()
return response();