Sha256: 227c43be0c3d58590e5136648a6b85a94579d9fefb3a16534b929469e111a9fe
Contents?: true
Size: 241 Bytes
Versions: 4
Compression:
Stored size: 241 Bytes
Contents
class 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
shortcode-2.0.0 | lib/shortcode/exceptions.rb |
shortcode-2.0.0.pre | lib/shortcode/exceptions.rb |
shortcode-1.2.1 | lib/shortcode/exceptions.rb |
shortcode-1.2.0 | lib/shortcode/exceptions.rb |