Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. GPBDecodeException.php

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\Internal
View 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
RSS feed
Powered by Drupal