/home/techb158/dev.balacoffee.com/vendor/stripe/stripe-php/lib/Util
NameSizeModeActions
CaseInsensitiveArray.php22210644editdlrm
DefaultLogger.php7930644editdlrm
LoggerInterface.php11240644editdlrm
ObjectTypes.php79510644editdlrm
RandomGenerator.php8140644editdlrm
RequestOptions.php52230644editdlrm
Set.php8200644editdlrm
Util.php74070644editdlrm
Edit: /home/techb158/dev.balacoffee.com/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); } } }