Exception: Alephant::Renderer::Error::InvalidBasePath

Inherits:
StandardError
  • Object
show all
Defined in:
lib/alephant/renderer/error/invalid_path.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ InvalidBasePath

Returns a new instance of InvalidBasePath.



5
6
7
# File 'lib/alephant/renderer/error/invalid_path.rb', line 5

def initialize(path)
  super "Path '#{path}' to renderer/queue directory is invalid"
end