Exception.php 193 B

123456789101112
  1. <?php
  2. namespace Http\Client;
  3. /**
  4. * Every HTTP Client related Exception must implement this interface.
  5. *
  6. * @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
  7. */
  8. interface Exception
  9. {
  10. }