Copied!

Thrown when a value does not match an expected type.

Instantiable
Methods
public __construct(?mixed $value, Symfony\Component\PropertyAccess\PropertyPathInterface $path, int $pathIndex)
 
  • param mixed $value The unexpected value found while traversing property path
  • param int $pathIndex The property path index when the unexpected value was found
public Exception::__toString() : string
public Exception::__wakeup()
public final Exception::getCode()
public final Exception::getFile() : string
public final Exception::getLine() : int
public final Exception::getMessage() : string
public final Exception::getPrevious() : ?Throwable
public final Exception::getTrace() : array
public final Exception::getTraceAsString() : string
Properties
protected Exception::$code = 0
protected string Exception::$file = ''
protected int Exception::$line = 0
protected Exception::$message = ''
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration