EmptyFeedException |
src/Exception/EmptyFeedException.php |
Thrown if a feed is empty to abort importing. |
EntityAccessException |
src/Exception/EntityAccessException.php |
Thrown if an access check fails. |
FeedsRuntimeException |
src/Exception/FeedsRuntimeException.php |
Base class for Feeds runtime exceptions. |
LockException |
src/Exception/LockException.php |
Thrown when Feeds can not obtain a lock. |
MissingTargetException |
src/Exception/MissingTargetException.php |
Thrown when a FeedsTarget is missing. |
NotModifiedException |
src/Exception/NotModifiedException.php |
Exception thrown if the feed has not been updated since the last run. |
ReferenceNotFoundException |
src/Exception/ReferenceNotFoundException.php |
Thrown if a referenced entity is not found. |
SkipItemException |
src/Exception/SkipItemException.php |
Thrown if the import of a single item should be skipped. |
TargetValidationException |
src/Exception/TargetValidationException.php |
Thrown if the target values are invalid and cannot be recovered. |
ValidationException |
src/Exception/ValidationException.php |
Thrown if validation of a feed item fails. |