Sha256: 9d7d611201fdce340a4c73426fb12016b946b79b4c5468746f657dcfb2eab1cf
Contents?: true
Size: 507 Bytes
Versions: 17
Compression:
Stored size: 507 Bytes
Contents
module Plate # Raised if a given file by name is not found within the source tree. class FileNotFound < StandardError end # Raised when a blog post does not contain a date within the meta data or within the file name. class NoPostDateProvided < StandardError end # Raised if Plate is unable to read a plugin file from the lib directory. class PluginNotReadable < StandardError end # Raised if the site's source directory was not found. class SourceNotFound < StandardError end end
Version data entries
17 entries across 17 versions & 1 rubygems