Home
last modified time | relevance | path

Searched refs:throwEncodeError (Results 1 – 1 of 1) sorted by path

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php119 self::throwEncodeError($code, $data);
127 self::throwEncodeError($code, $data);
137 self::throwEncodeError(json_last_error(), $data);
171 private static function throwEncodeError(int $code, $data): void function in Monolog\\Utils