class CollectionMismatchException
Thrown when attempting to operate on collections of differing types.
Hierarchy
- class \Ramsey\Collection\Exception\CollectionMismatchException extends \RuntimeException implements \Ramsey\Collection\Exception\CollectionException
Expanded class hierarchy of CollectionMismatchException
2 files declare their use of CollectionMismatchException
- AbstractCollection.php in vendor/
ramsey/ collection/ src/ AbstractCollection.php - CollectionInterface.php in vendor/
ramsey/ collection/ src/ CollectionInterface.php
File
-
vendor/
ramsey/ collection/ src/ Exception/ CollectionMismatchException.php, line 22
Namespace
Ramsey\Collection\ExceptionView source
class CollectionMismatchException extends RuntimeException implements CollectionException {
}