Overview

Namespaces

  • Racoon
    • Api
      • Auth
      • Exception
      • Response
        • Format
        • Generate
      • Schema

Exceptions

  • AuthenticationException
  • Exception
  • InvalidArgumentException
  • InvalidJsonException
  • InvalidRouteException
  • NotFoundException
  • ResponseFormattingException
  • Overview
  • Namespace
  • Class

Class NotFoundException

Exception implements Throwable
Extended by Racoon\Api\Exception\Exception
Extended by Racoon\Api\Exception\NotFoundException
Namespace: Racoon\Api\Exception
Located at Exception/NotFoundException.php
Methods summary
public
# __construct( Racoon\Api\Request $request, $message, $code = 404, Racoon\Api\Exception\Exception $previous = null )

Overrides

Racoon\Api\Exception\Exception::__construct()
Methods inherited from Racoon\Api\Exception\Exception
getRequest(), setDisplayAsError(), setRequest(), shouldDisplayAsError()
Methods inherited from Exception
__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties inherited from Racoon\Api\Exception\Exception
$displayAsError, $request
Properties inherited from Exception
$code, $file, $line, $message
API documentation generated by ApiGen