ConnectionRuntimeException.php 152 B

12345678910
  1. <?php
  2. namespace League\Flysystem;
  3. use RuntimeException;
  4. class ConnectionRuntimeException extends RuntimeException implements FilesystemException
  5. {
  6. }