class Warden::Strategies::Base

def halt!

:api: public
Cause the processing of the strategies to stop and cascade no further
def halt!
  @halted = true
end