View file phpBB3/vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/Exception/RemoteObjectException.php

File size: 265B
<?php

declare(strict_types=1);

namespace ProxyManager\Proxy\Exception;

use RuntimeException;

/**
 * Remote object exception
 *
 * @author Vincent Blanchon <blanchon.vincent@gmail.com>
 * @license MIT
 */
class RemoteObjectException extends RuntimeException
{
}