Serialization Exception
@api
- Since
- 100.0.2
Definition at line 17 of file SerializationException.php.
◆ __construct()
__construct |
( |
Phrase |
$phrase = null , |
|
|
\Exception |
$cause = null , |
|
|
|
$code = 0 |
|
) |
| |
- Parameters
-
\Magento\Framework\Phrase | $phrase | |
\Exception | $cause | |
int | $code | |
Definition at line 34 of file SerializationException.php.
37 $phrase =
new Phrase(
'One or more input exceptions have occurred.');
◆ DEFAULT_MESSAGE
const DEFAULT_MESSAGE = 'Invalid type' |
◆ TYPE_MISMATCH
const TYPE_MISMATCH = 'The "%value" value\'s type is invalid. The "%type" type was expected. Verify and try again.' |
The documentation for this class was generated from the following file: