Your IP : 3.137.183.10


Current Path : /home/sudancam/public_html3/games/wp-content/plugins/wp-rss-aggregator/src/Handlers/
Upload File :
Current File : /home/sudancam/public_html3/games/wp-content/plugins/wp-rss-aggregator/src/Handlers/NullHandler.php

<?php

namespace RebelCode\Wpra\Core\Handlers;

/**
 * An implementation of a null handler that does nothing.
 *
 * @since 4.13
 */
class NullHandler
{
    /**
     * {@inheritdoc}
     *
     * @since 4.13
     */
    public function __invoke()
    {
    }
}