Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

namespace Ramsey\Collection\Exception

Object name File name Summary
CollectionException vendor/ramsey/collection/src/Exception/CollectionException.php
CollectionMismatchException vendor/ramsey/collection/src/Exception/CollectionMismatchException.php Thrown when attempting to operate on collections of differing types.
InvalidArgumentException vendor/ramsey/collection/src/Exception/InvalidArgumentException.php Thrown to indicate an argument is not of the expected type.
InvalidPropertyOrMethod vendor/ramsey/collection/src/Exception/InvalidPropertyOrMethod.php Thrown when attempting to evaluate a property, method, or array key
that doesn't exist on an element or cannot otherwise be evaluated in the
current context.
NoSuchElementException vendor/ramsey/collection/src/Exception/NoSuchElementException.php Thrown when attempting to access an element that does not exist.
OutOfBoundsException vendor/ramsey/collection/src/Exception/OutOfBoundsException.php Thrown when attempting to access an element out of the range of the collection.
UnsupportedOperationException vendor/ramsey/collection/src/Exception/UnsupportedOperationException.php Thrown to indicate that the requested operation is not supported.
RSS feed
Powered by Drupal