You are here

function HeartbeatInvalidStreamException::__construct in Heartbeat 7

File

./heartbeat.streams.inc, line 219

Class

HeartbeatInvalidStreamException

Code

function __construct($message, $code = 0, $arguments = array()) {
  parent::__construct($message, $code);
  $this->arguments = $arguments;
}