Exception: Masks::Error::Unauthorized

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

Overview

Thrown when Masks encounters an unauthorized session

Instance Method Summary collapse

Constructor Details

#initializeUnauthorized

Returns a new instance of Unauthorized.



32
33
34
# File 'app/models/masks/error.rb', line 32

def initialize
  super("unauthorized")
end