ConnectionErrorException.php 146 B

123456789
  1. <?php
  2. namespace League\Flysystem;
  3. use ErrorException;
  4. class ConnectionErrorException extends ErrorException implements FilesystemException
  5. {
  6. }