[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/Exception/ -> RemoteObjectException.php (source)

   1  <?php
   2  
   3  declare(strict_types=1);
   4  
   5  namespace ProxyManager\Proxy\Exception;
   6  
   7  use RuntimeException;
   8  
   9  /**
  10   * Remote object exception
  11   *
  12   * @author Vincent Blanchon <blanchon.vincent@gmail.com>
  13   * @license MIT
  14   */
  15  class RemoteObjectException extends RuntimeException
  16  {
  17  }


Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1