InvalidDataTypeException.php
Same filename in other branches
Namespace
Drupal\Component\Serialization\ExceptionFile
-
core/
lib/ Drupal/ Component/ Serialization/ Exception/ InvalidDataTypeException.php
View source
<?php
namespace Drupal\Component\Serialization\Exception;
/**
* Exception thrown when a data type is invalid.
*/
class InvalidDataTypeException extends \InvalidArgumentException {
}
Classes
Title | Deprecated | Summary |
---|---|---|
InvalidDataTypeException | Exception thrown when a data type is invalid. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.