Thrown when a type of given value does not match an expected type.
- author Farhad Safarov
Instantiable
| Properties |
| public readonly string $actualType |
| public readonly string $expectedType |
| public readonly string $propertyPath |
| Methods |
| public __construct(string $expectedType, string $actualType, string $propertyPath, ?Throwable $previous = NULL) |
| Properties |