Exception: HTTPError::UriTooLong

Inherits:
ErrorBase
  • Object
show all
Defined in:
lib/4xx_errors.rb

Overview

414 URI Too Long

Constant Summary collapse

CODE =
Rack::Utils.status_code(:uri_too_long)

Method Summary

Methods inherited from ErrorBase

#code, #initialize, #msg

Constructor Details

This class inherits a constructor from ErrorBase