Exception: Masks::Error::ConfigurationNotFound
- Defined in:
- app/models/masks/error.rb
Overview
Thrown when configuration is not found
Instance Method Summary collapse
-
#initialize ⇒ ConfigurationNotFound
constructor
A new instance of ConfigurationNotFound.
Constructor Details
#initialize ⇒ ConfigurationNotFound
Returns a new instance of ConfigurationNotFound.
25 26 27 |
# File 'app/models/masks/error.rb', line 25 def initialize super("cannot find masks.json") end |