class Lookbook::RoutingError
def initialize(msg = nil, scope: "request", **kwargs)
def initialize(msg = nil, scope: "request", **kwargs) super(msg, scope: scope, status: :not_found, **kwargs) end
def initialize(msg = nil, scope: "request", **kwargs) super(msg, scope: scope, status: :not_found, **kwargs) end