UnauthorizedException.php 128 B

12345678910
  1. <?php
  2. namespace PicoFeed\Client;
  3. /**
  4. * @author Bernhard Posselt
  5. */
  6. class UnauthorizedException extends ClientException
  7. {
  8. }