LogicException.php in Typed Data API enhancements 8
Namespace
Drupal\typed_data\ExceptionFile
src/Exception/LogicException.phpView source
<?php
namespace Drupal\typed_data\Exception;
/**
* An exception that is thrown when there is an error in program logic.
*/
class LogicException extends TypedDataException {
}
Classes
Name | Description |
---|---|
LogicException | An exception that is thrown when there is an error in program logic. |