You are here

InvalidArgumentException.php in Typed Data API enhancements 8

File

src/Exception/InvalidArgumentException.php
View source
<?php

namespace Drupal\typed_data\Exception;


/**
 * An exception that is thrown if an argument is invalid.
 */
class InvalidArgumentException extends TypedDataException {

}

Classes

Namesort descending Description
InvalidArgumentException An exception that is thrown if an argument is invalid.