<?php

namespace Laminas\EventManager\Exception;

/**
 * Invalid callback exception
 *
 * @final This class should not be extended
 */
class InvalidCallbackException extends DomainException implements ExceptionInterface
{
}
