Sha256: 11f223755e009dc704e2d0cd4964d7278b0cd84d740eb7c1dc39ce86ccc7559c
Contents?: true
Size: 217 Bytes
Versions: 5
Compression:
Stored size: 217 Bytes
Contents
module Locomotive module Plugin # General Locomotive::Plugin exception class Error < StandardError; end # Error while plugin is being initialized class InitializationError < Error; end end end
Version data entries
5 entries across 5 versions & 1 rubygems