You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AbstractHook helper class for implementing hooks (and the shared super class of various helpers like BooleanHook) defines an abstract finallyAfter method.
Expected Behavior
AbstractHook should define an abstract method finally conforming to the Hook interface