SerializationError
extends Exception
in package
Represents an error that occurs during serialization or deserialization.
Table of Contents
Methods
- __construct() : mixed
- Constructs a SerializationError with the specified error message.
Methods
__construct()
Constructs a SerializationError with the specified error message.
public
__construct(string $message) : mixed
Parameters
- $message : string
-
The error message.