Overview

Namespaces

  • NGS
    • Client
      • Exception
    • Converter
    • Patterns
  • PHP

Exceptions

  • ClientErrorException
  • InvalidRequestException
  • NotFoundException
  • RequestException
  • SecurityException
  • ServerErrorException
  • Overview
  • Namespace
  • Class
  • Tree
 1: <?php
 2: namespace NGS\Client\Exception;
 3: 
 4: require_once(__DIR__.'/RequestException.php');
 5: 
 6: /**
 7:  * Exception thrown for 4xx http status codes
 8:  */
 9: class ClientErrorException extends RequestException
10: {
11: }
12: 
API documentation generated by ApiGen 2.8.0