Exception: Masks::Error::InvalidSession

Inherits:
Base
  • Object
show all
Defined in:
app/models/masks/error.rb

Overview

Thrown when a session is required but not provided

Instance Method Summary collapse

Constructor Details

#initializeInvalidSession

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