@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator

Add abstract getRequestExceptionHandlerDescription to AphrontRequestExceptionHandler master

Summary: PhabricatorConfigRequestExceptionHandlerModule::renderModuleStatus calls this method on all AphrontRequestExceptionHandlers, but implementing the method is not required. This breaks /config/module/exception-handler/ when a custom exception handler does not implement it. Test Plan: Before applying this change: * Create a new RequestExceptionHandler in src/extensions/ and omit getRequestExceptionHandlerDescription * Visit http://phorge.localhost/config/module/exception-handler/ and see an exception After applying this change: * PHP fatal error about missing method * Add getRequestEceptionHandlerDescription * See the description on http://phorge.localhost/config/module/exception-handler/ Reviewers: O1 Blessed Committers, avivey Reviewed By: O1 Blessed Committers, avivey Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Differential Revision: https://we.phorge.it/D26570


+2
1 changed file