Skip to content
InvalidDataTypeException.php 284 B
Newer Older
<?php

/**
 * @file
 * Contains \Drupal\Component\Serialization\Exception\InvalidDataTypeException.
 */

namespace Drupal\Component\Serialization\Exception;

/**
 * Exception thrown when a data type is invalid.
 */
class InvalidDataTypeException extends \InvalidArgumentException {
}