Exception: Masks::Error::InvalidConfiguration

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

Overview

Thrown when invalid configuration is detected

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ InvalidConfiguration

Returns a new instance of InvalidConfiguration.



18
19
20
# File 'app/models/masks/error.rb', line 18

def initialize(value)
  super("cannot use '#{value}' for masks.json")
end