Exception: Femto::Renderer::RendererNotFoundException

Inherits:
Exception
  • Object
show all
Defined in:
lib/femto/renderer.rb

Instance Method Summary collapse

Constructor Details

#initialize(reason) ⇒ RendererNotFoundException

Returns a new instance of RendererNotFoundException.



25
26
27
# File 'lib/femto/renderer.rb', line 25

def initialize(reason)
  super reason
end