Exception: EpiDecorator::UninferrableSourceError
- Inherits:
-
NameError
- Object
- NameError
- EpiDecorator::UninferrableSourceError
- Defined in:
- lib/epi_decorator/errors.rb
Instance Method Summary collapse
-
#initialize(klass) ⇒ UninferrableSourceError
constructor
A new instance of UninferrableSourceError.
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 |