ParseException
extends TypeError
in package
Exception thrown when a parameter value cannot be parsed or converted.
ParseException extends TypeError and is thrown by the Parse class methods when string values cannot be converted to the expected type. This provides more specific error handling for parameter parsing failures while maintaining compatibility with PHP's type system.