Exception: EpiDecorator::UninferrableSourceError

Inherits:
NameError
  • Object
show all
Defined in:
lib/epi_decorator/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(klass) ⇒ UninferrableSourceError

Returns a new instance of UninferrableSourceError.



9
10
11
# File 'lib/epi_decorator/errors.rb', line 9

def initialize(klass)
  super("Could not infer a source for #{klass}.")
end