File "InvocationException.php"

Full Path: /home/capoeirajd/www/wp-content/plugins/wp-migrate-db/vendor/php-di/invoker/src/Exception/InvocationException.php
File size: 216 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace DeliciousBrains\WPMDB\Container\Invoker\Exception;

/**
 * Impossible to invoke the callable.
 *
 * @author Matthieu Napoli <matthieu@mnapoli.fr>
 */
class InvocationException extends \Exception
{
}