<?php declare(strict_types=1); namespace smpp\exceptions; class InvalidCollectionItem extends \InvalidArgumentException { }