/home/techb158/ileadtechnology.com/SSM/vendor/stripe/stripe-php/lib/Util
NameSizeModeActions
CaseInsensitiveArray.php18560644editdlrm
DefaultLogger.php7930644editdlrm
LoggerInterface.php11240644editdlrm
RandomGenerator.php8140644editdlrm
RequestOptions.php38430644editdlrm
Set.php7460644editdlrm
Util.php138190644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/vendor/stripe/stripe-php/lib/Util/DefaultLogger.php (793B)
0) { throw new \Stripe\Exception\BadMethodCallException('DefaultLogger does not currently implement context. Please implement if you need it.'); } if (null === $this->destination) { \error_log($message, $this->messageType); } else { \error_log($message, $this->messageType, $this->destination); } } }