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 5xx http status codes
 8:  */
 9: class ServerErrorException extends RequestException
10: {
11: 
12: }
13: 
API documentation generated by ApiGen 2.8.0