MCPcopy Create free account
hub / github.com/apache/thrift / __construct

Method __construct

lib/php/src/Thrift.php:784–787  ·  view source on GitHub ↗
($message=null, $code=0)

Source from the content-addressed store, hash-verified

782 const PROTOCOL_ERROR = 7;
783
784 public function __construct($message=null, $code=0)
785 {
786 parent::__construct($message, $code);
787 }
788
789 public function read($output)
790 {

Callers

nothing calls this directly

Calls 1

__constructMethod · 0.45

Tested by

no test coverage detected