Exception: Masks::Error::Unauthorized
- Defined in:
- app/models/masks/error.rb
Overview
Thrown when Masks encounters an unauthorized session
Instance Method Summary collapse
-
#initialize ⇒ Unauthorized
constructor
A new instance of Unauthorized.
Constructor Details
#initialize ⇒ Unauthorized
Returns a new instance of Unauthorized.
32 33 34 |
# File 'app/models/masks/error.rb', line 32 def initialize super("unauthorized") end |