Marten::HTTP::Errors::TooManyParametersReceived
Inherits Marten::HTTP::Errors::SuspiciousOperation < Exception < Reference < Object
Represents an error raised when too many parameters are received for a given request.
This exception is raised when too many parameters (such as GET or POST parameters) are received for a specific request. This is to to prevent large requests that could be used in the context of DOS attacks.