class LogicException in Typed Data API enhancements 8
An exception that is thrown when there is an error in program logic.
Hierarchy
- class \Drupal\typed_data\Exception\TypedDataException extends \Drupal\typed_data\Exception\Exception
- class \Drupal\typed_data\Exception\LogicException
Expanded class hierarchy of LogicException
File
- src/
Exception/ LogicException.php, line 8
Namespace
Drupal\typed_data\ExceptionView source
class LogicException extends TypedDataException {
}