Exception: ActionController::SessionOverflowError
Do not use. This class is for internal use only.
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
ActionControllerError ,
StandardError
|
|
Instance Chain:
self,
ActionControllerError ,
StandardError
|
|
Inherits: |
ActionController::ActionControllerError
|
Defined in: | actionpack/lib/action_controller/metal/exceptions.rb |
Constant Summary
-
DEFAULT_MESSAGE =
# File 'actionpack/lib/action_controller/metal/exceptions.rb', line 65"Your session data is larger than the data column in which it is to be stored. You must increase the size of your data column if you intend to store large data."
Class Method Summary
- .new(message = nil) ⇒ SessionOverflowError constructor
Constructor Details
.new(message = nil) ⇒ SessionOverflowError
# File 'actionpack/lib/action_controller/metal/exceptions.rb', line 67
def initialize( = nil) super( || DEFAULT_MESSAGE) end