Sha256: 857a4ef24225ba72077c95f943224dadc0d0913f2e30f63e5f478e8fb47d957d
Contents?: true
Size: 236 Bytes
Versions: 4
Compression:
Stored size: 236 Bytes
Contents
module Alephant module Renderer module Error class InvalidBasePath < StandardError def initialize(path) super "Path '#{path}' to renderer/queue directory is invalid" end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems