scouter icon indicating copy to clipboard operation
scouter copied to clipboard

특정 Exception 예외 처리 방법 문의

Open tookny opened this issue 4 years ago • 1 comments

https://github.com/scouter-project/scouter/issues/681 와 같은 내용이라 내용 변경하였습니다.

tookny avatar Jun 22 '20 02:06 tookny

hook_exception_class_xxx 설정은 Exception 이 생성될때 에러로 마킹됩니다. 예를 들면 new XXXException() 코드에서 에러로 마킹됩니다. 여기서 제외할 클래스는 hook_exception_exclude_class_patterns 로 지정합니다. hook_exception_hanlder_xxx 설정은 해당 메소드가 수행되면 에러로 마킹됩니다. 여기서 제외할 클래스는 hook_exception_handler_exclude_class_patterns 로 지정합니다.

gunlee01 avatar Jul 18 '20 08:07 gunlee01