shiroyuki / Imagination

Java Beans-inspired Dependency Injection Framework for Python
https://imagination.readthedocs.io/en/latest/
4 stars 2 forks source link

Implement the point cut (interception) when an intercepted method raises exceptions or warnings. #7

Open shiroyuki opened 12 years ago

shiroyuki commented 12 years ago

In aspect-oriented programming, there is one more point cut that hasn't been implemented yet.

This task is to implement the point cut (interception) when an intercepted method raises exceptions or warnings.