Overview

Namespaces

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

Exceptions

  • ClientErrorException
  • InvalidRequestException
  • NotFoundException
  • RequestException
  • SecurityException
  • ServerErrorException
  • Overview
  • Namespace
  • Class
  • Tree

Class RequestException

Generic http exception used for all request exceptions

Exception
Extended by NGS\Client\Exception\RequestException

Direct known subclasses

NGS\Client\Exception\ClientErrorException, NGS\Client\Exception\ServerErrorException

Indirect known subclasses

NGS\Client\Exception\InvalidRequestException, NGS\Client\Exception\NotFoundException, NGS\Client\Exception\SecurityException
Namespace: NGS\Client\Exception
Located at Client/Exception/RequestException.php
Methods summary
public
# setRequest( NGS\Client\HttpRequest $request )
public
# getRequest( )
Methods inherited from Exception
__construct(), __toString(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties summary
protected mixed $request
#
Properties inherited from Exception
$code, $file, $line, $message
API documentation generated by ApiGen 2.8.0