Exception: ActionController::SessionOverflowError

Inherits:
ActionControllerError show all
Defined in:
actionpack/lib/action_controller/metal/exceptions.rb

Overview

:nodoc:

Constant Summary

Instance Method Summary (collapse)

Constructor Details

- (SessionOverflowError) initialize(message = nil)

A new instance of SessionOverflowError



39
40
41
# File 'actionpack/lib/action_controller/metal/exceptions.rb', line 39

def initialize(message = nil)
  super(message || DEFAULT_MESSAGE)
end