class GPBDecodeException
Hierarchy
- class \Google\Protobuf\Internal\GPBDecodeException extends \Google\Protobuf\Internal\Exception
Expanded class hierarchy of GPBDecodeException
File
-
vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ GPBDecodeException.php, line 12
Namespace
Google\Protobuf\InternalView source
class GPBDecodeException extends \Exception {
public function __construct($message, $code = 0, \Exception $previous = null) {
parent::__construct("Error occurred during parsing: " . $message, $code, $previous);
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
GPBDecodeException::__construct | public | function |