InvalidDataTypeException.php 186 B

123456789
  1. <?php
  2. namespace Drupal\Component\Serialization\Exception;
  3. /**
  4. * Exception thrown when a data type is invalid.
  5. */
  6. class InvalidDataTypeException extends \InvalidArgumentException {
  7. }