InvalidArgumentException.php in Typed Data API enhancements 8
Namespace
Drupal\typed_data\ExceptionFile
src/Exception/InvalidArgumentException.phpView source
<?php
namespace Drupal\typed_data\Exception;
/**
* An exception that is thrown if an argument is invalid.
*/
class InvalidArgumentException extends TypedDataException {
}
Classes
Name | Description |
---|---|
InvalidArgumentException | An exception that is thrown if an argument is invalid. |