Skip to content

Commit 246a39f

Browse files
authored
Update README.md
1 parent 7163f1c commit 246a39f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@ typedef NS_OPTIONS(NSInteger,JJExceptionGuardCategory){
7777
[JJException startGuardException];
7878
```
7979

80-
* 实时关闭保护
81-
```objc
82-
[JJException stopGuardException];
83-
```
84-
8580
* 当异常时,默认程序不会中断,如果需要遇到异常时退出,需要如下设置:
8681
```objc
8782
//Default value:NO

0 commit comments

Comments
 (0)