« Back to History
InvalidRequestException.php
|
20260722_120325.php
Initial Domain Snapshot
Copy Code
<?php namespace WPForms\Vendor\Stripe\Exception\OAuth; /** * InvalidRequestException is thrown when a code, refresh token, or grant * type parameter is not provided, but was required. */ class InvalidRequestException extends OAuthErrorException { }