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 SecurityException extends ClientErrorException
 7: {
 8:     function __construct($response)
 9:     {
10:         $this->message = $response;
11:     }
12: }
13: 
API documentation generated by ApiGen 2.8.0