Exception: Masks::Error::InvalidSession
- Defined in:
- app/models/masks/error.rb
Overview
Thrown when a session is required but not provided
Instance Method Summary collapse
-
#initialize ⇒ InvalidSession
constructor
A new instance of InvalidSession.
Constructor Details
#initialize ⇒ InvalidSession
Returns a new instance of InvalidSession.
11 12 13 |
# File 'app/models/masks/error.rb', line 11 def initialize super("a session was expected, but none was provided") end |