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__.'/ClientErrorException.php');
5: 
6: class NotFoundException extends ClientErrorException
7: {
8: }
9: 
API documentation generated by ApiGen 2.8.0