MessagePartStreamReadException
extends RuntimeException
in package
Thrown for exceptions on MessagePartStream::read so a $part can be used to determine where the exception occurred.
Tags
Table of Contents
- $part : IMessagePart
- __construct() : mixed
- getPart() : IMessagePart
Properties
$part
protected
IMessagePart
$part
the IMessagePart the error was caused on.
Methods
__construct()
public
__construct(IMessagePart $part[, string $message = '' ], int $code[, Throwable|null $previous = null ]) : mixed
Parameters
- $part : IMessagePart
- $message : string = ''
- $code : int
- $previous : Throwable|null = null
Return values
mixed —getPart()
public
getPart() : IMessagePart