Sha256: 2171796b84ea7fa6129a15e5c69eb8adeb885538b5a5978bac86c801685d1d1f
Contents?: true
Size: 242 Bytes
Versions: 58
Compression:
Stored size: 242 Bytes
Contents
module Shortcode # Raised when the template file can not be found class TemplateNotFound < StandardError; end # Raised when the template renderer specified is not supported class TemplateParserNotSupported < StandardError; end end
Version data entries
58 entries across 58 versions & 2 rubygems