|
119 | 119 | 'PhutilAuthCredentialException' => 'auth/exception/PhutilAuthCredentialException.php',
|
120 | 120 | 'PhutilAuthException' => 'auth/exception/PhutilAuthException.php',
|
121 | 121 | 'PhutilAuthUserAbortedException' => 'auth/exception/PhutilAuthUserAbortedException.php',
|
| 122 | + 'PhutilBacktraceSignalHandler' => 'future/exec/PhutilBacktraceSignalHandler.php', |
122 | 123 | 'PhutilBallOfPHP' => 'phage/util/PhutilBallOfPHP.php',
|
123 | 124 | 'PhutilBitbucketAuthAdapter' => 'auth/PhutilBitbucketAuthAdapter.php',
|
124 | 125 | 'PhutilBootloader' => 'moduleutils/PhutilBootloader.php',
|
|
132 | 133 | 'PhutilCIDRList' => 'ip/PhutilCIDRList.php',
|
133 | 134 | 'PhutilCLikeCodeSnippetContextFreeGrammar' => 'grammar/code/PhutilCLikeCodeSnippetContextFreeGrammar.php',
|
134 | 135 | 'PhutilCallbackFilterIterator' => 'utils/PhutilCallbackFilterIterator.php',
|
| 136 | + 'PhutilCallbackSignalHandler' => 'future/exec/PhutilCallbackSignalHandler.php', |
135 | 137 | 'PhutilChannel' => 'channel/PhutilChannel.php',
|
136 | 138 | 'PhutilChannelChannel' => 'channel/PhutilChannelChannel.php',
|
137 | 139 | 'PhutilChannelTestCase' => 'channel/__tests__/PhutilChannelTestCase.php',
|
|
358 | 360 | 'PhutilServiceProfiler' => 'serviceprofiler/PhutilServiceProfiler.php',
|
359 | 361 | 'PhutilShellLexer' => 'lexer/PhutilShellLexer.php',
|
360 | 362 | 'PhutilShellLexerTestCase' => 'lexer/__tests__/PhutilShellLexerTestCase.php',
|
| 363 | + 'PhutilSignalHandler' => 'future/exec/PhutilSignalHandler.php', |
| 364 | + 'PhutilSignalRouter' => 'future/exec/PhutilSignalRouter.php', |
361 | 365 | 'PhutilSimpleOptions' => 'parser/PhutilSimpleOptions.php',
|
362 | 366 | 'PhutilSimpleOptionsLexer' => 'lexer/PhutilSimpleOptionsLexer.php',
|
363 | 367 | 'PhutilSimpleOptionsLexerTestCase' => 'lexer/__tests__/PhutilSimpleOptionsLexerTestCase.php',
|
|
680 | 684 | 'PhutilAuthCredentialException' => 'PhutilAuthException',
|
681 | 685 | 'PhutilAuthException' => 'Exception',
|
682 | 686 | 'PhutilAuthUserAbortedException' => 'PhutilAuthException',
|
| 687 | + 'PhutilBacktraceSignalHandler' => 'PhutilSignalHandler', |
683 | 688 | 'PhutilBallOfPHP' => 'Phobject',
|
684 | 689 | 'PhutilBitbucketAuthAdapter' => 'PhutilOAuth1AuthAdapter',
|
685 | 690 | 'PhutilBootloaderException' => 'Exception',
|
|
695 | 700 | 'PhutilCIDRList' => 'Phobject',
|
696 | 701 | 'PhutilCLikeCodeSnippetContextFreeGrammar' => 'PhutilCodeSnippetContextFreeGrammar',
|
697 | 702 | 'PhutilCallbackFilterIterator' => 'FilterIterator',
|
| 703 | + 'PhutilCallbackSignalHandler' => 'PhutilSignalHandler', |
698 | 704 | 'PhutilChannel' => 'Phobject',
|
699 | 705 | 'PhutilChannelChannel' => 'PhutilChannel',
|
700 | 706 | 'PhutilChannelTestCase' => 'PhutilTestCase',
|
|
930 | 936 | 'PhutilServiceProfiler' => 'Phobject',
|
931 | 937 | 'PhutilShellLexer' => 'PhutilLexer',
|
932 | 938 | 'PhutilShellLexerTestCase' => 'PhutilTestCase',
|
| 939 | + 'PhutilSignalHandler' => 'Phobject', |
| 940 | + 'PhutilSignalRouter' => 'Phobject', |
933 | 941 | 'PhutilSimpleOptions' => 'Phobject',
|
934 | 942 | 'PhutilSimpleOptionsLexer' => 'PhutilLexer',
|
935 | 943 | 'PhutilSimpleOptionsLexerTestCase' => 'PhutilTestCase',
|
|
0 commit comments