Sha256: 05cdba5afc3c023bd5a1186b4b53df754d8a1fbffae47205cadb46ade6f53b55
Contents?: true
Size: 148 Bytes
Versions: 9
Compression:
Stored size: 148 Bytes
Contents
module Marv class Error < StandardError end # Raised when the link source could not be found class LinkSourceDirNotFound < Error end end
Version data entries
9 entries across 9 versions & 1 rubygems