<?php

namespace Laminas\EventManager\Exception;

/**
 * Invalid argument exception
 *
 * @final This class should not be extended
 */
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
}
