Changeset View
Changeset View
Standalone View
Standalone View
src/aphront/console/plugin/errorlog/DarkConsoleErrorLogPluginAPI.php
| <?php | <?php | ||||
| /** | |||||
| * @group console | |||||
| */ | |||||
| final class DarkConsoleErrorLogPluginAPI { | final class DarkConsoleErrorLogPluginAPI { | ||||
| private static $errors = array(); | private static $errors = array(); | ||||
| private static $discardMode = false; | private static $discardMode = false; | ||||
| public static function registerErrorHandler() { | public static function registerErrorHandler() { | ||||
| // NOTE: This forces PhutilReadableSerializer to load, so that we are | // NOTE: This forces PhutilReadableSerializer to load, so that we are | ||||
| ▲ Show 20 Lines • Show All 65 Lines • Show Last 20 Lines | |||||