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