File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/give/src/ServiceProviders/Exceptions/UnknownRequestTypeException.php
Back
<?php namespace Give\ServiceProviders; use Give\Framework\Exceptions\Primitives\Exception; /** * @since 2.23.1 */ class UnknownRequestTypeException extends Exception { public function __construct($type, $code = 0, $previous = null) { parent::__construct("Request $type is not supported", $code, $previous); } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings