Exception: Masks::Error::ConfigurationNotFound

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

Overview

Thrown when configuration is not found

Instance Method Summary collapse

Constructor Details

#initializeConfigurationNotFound

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