Raised if a Mack::Controller::Filter returns false.
Takes the name of the filter that returned false.
[Source]
# File lib/mack/errors/errors.rb, line 78 78: def initialize(filter) 79: super("The fitler chain was halted because of filter: '#{filter}'") 80: end
[Validate]