Exception: Masks::Error::UnknownAccess

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

Overview

Thrown when Masks cannot find an access class for the given name

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ UnknownAccess

Returns a new instance of UnknownAccess.



46
47
48
# File 'app/models/masks/error.rb', line 46

def initialize(name)
  super("could not determine access class for #{name}")
end