Exception.php 82 B

12345678
  1. <?php
  2. namespace League\Flysystem;
  3. class Exception extends \Exception
  4. {
  5. //
  6. }