AOP.io
  • { PHP AOP } API Doc
  • Documentation
  • Tree
  • Make a donation via Paypal

Namespaces

  • Aop
    • Advice
    • Aspect
    • Exception
    • JoinPoint
      • Support
      • Traits
    • Pointcut
    • Traits
    • Weaver
  • PatchworkInterceptor
  • PeclAop
  • PHP

Interfaces

  • ArgsGetterSupportInterface
  • ArgsSetterSupportInterface
  • ClassSupportInterface
  • ExceptionGetterSupportInterface
  • FunctionSupportInterface
  • JoinPointSupportInterceptorInterface
  • KindSupportInterface
  • MethodSupportInterface
  • PointcutSupportInterface
  • ProceedSupportInterface
  • PropertySupportInterface
  • PropertyValueGetterSupportInterface
  • PropertyValueSetterSupportInterface
  • ReturnValueGetterSupportInterface
  • ReturnValueSetterSupportInterface

Interface ExceptionGetterSupportInterface

ExceptionGetterSupportInterface provides the accessor method to get a PHP Exception intercepted.

Direct known implementers

  • Aop\JoinPoint\AfterFunctionJoinPoint
  • Aop\JoinPoint\AfterFunctionThrowJoinPoint
  • Aop\JoinPoint\AfterMethodJoinPoint
  • Aop\JoinPoint\AfterMethodThrowJoinPoint
  • Aop\JoinPoint\Support\JoinPointSupportInterceptorInterface

Indirect known implementers

  • PatchworkInterceptor\JoinPointSupportInterceptor
  • PeclAop\JoinPointSupportInterceptor
Located at php-aop/src/Aop/JoinPoint/Support/ExceptionGetterSupportInterface.php
Namespace Aop\JoinPoint\Support
Author Nicolas Tallefourtane <dev@nicolab.net>

Methods summary

public Exception
# getException( )

Get the PHP Exception thrown and intercepted.

Get the PHP Exception thrown and intercepted.

Returns

Exception
The instance of the PHP Exception intercepted.

Magic methods summary

{ PHP AOP } API Doc Generated with ApiGen