Sha256: e3897e32e0b166fe6d4013100454ff81b4da838c34027f48a575b00b122eabb3
Contents?: true
Size: 252 Bytes
Versions: 13
Compression:
Stored size: 252 Bytes
Contents
# encoding: utf-8 module Middleman module Presentation # if fixture cannot be found by name class FixtureNotFoundError < StandardError; end # if plugin cannot be found by name class PluginNotFoundError < StandardError; end end end
Version data entries
13 entries across 13 versions & 1 rubygems