Sha256: 891791486580f9a71725255150db07d3e3316935fc07f716ecc13af20d75f462
Contents?: true
Size: 212 Bytes
Versions: 39
Compression:
Stored size: 212 Bytes
Contents
module ComfortableMexicanSofa class Error < StandardError end class MissingPage < ComfortableMexicanSofa::Error def initialize(path) super "Cannot find CMS page at #{path}" end end end
Version data entries
39 entries across 39 versions & 1 rubygems