MessagePack\Exception\PackingFailedException::__construct PHP Method

__construct() public method

public __construct ( $value, $message = null, $code = null, Exception $previous = null )
$previous Exception
    public function __construct($value, $message = null, $code = null, \Exception $previous = null)
    {
        parent::__construct($message, $code, $previous);
        $this->value = $value;
    }
PackingFailedException