/home/techb158/immovalet.com/vendor/ramsey/collection/src/Exception
NameSizeModeActions
CollectionMismatchException.php5230644editdlrm
InvalidArgumentException.php5190644editdlrm
InvalidSortOrderException.php5190644editdlrm
NoSuchElementException.php5140644editdlrm
OutOfBoundsException.php5310644editdlrm
UnsupportedOperationException.php5220644editdlrm
ValueExtractionException.php5390644editdlrm
Edit: /home/techb158/immovalet.com/vendor/ramsey/collection/src/Exception/CollectionMismatchException.php (523B)
* @license http://opensource.org/licenses/MIT MIT */ declare(strict_types=1); namespace Ramsey\Collection\Exception; /** * Thrown when attempting to operate on collections of differing types. */ class CollectionMismatchException extends \RuntimeException { }