Exception: Masks::Error::UnknownMask

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

Overview

Thrown when Masks cannot find a mask for a session

Instance Method Summary collapse

Constructor Details

#initialize(session) ⇒ UnknownMask

Returns a new instance of UnknownMask.



39
40
41
# File 'app/models/masks/error.rb', line 39

def initialize(session)
  super("could not determine mask for #{session}")
end