You are here

InvalidDataTypeException.php in Drupal 10

File

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

Namesort descending Description
InvalidDataTypeException Exception thrown when a data type is invalid.