Sha256: 329049e20cfd91005bb09dfcb7088d8109aa0669b0d737a6d12fa0d019e28631
Contents?: true
Size: 615 Bytes
Versions: 82
Compression:
Stored size: 615 Bytes
Contents
# encoding: utf-8 module FeduxOrgStdlib class TemplateDirectory module Exceptions # Found config file is not readable class TemplateDirectoryNotReadable < StandardError; end # No allowed config file could be found class NoTemplateDirectoryFound < StandardError; end # If no module is given on class class NamespaceIsMissing < StandardError; end # If no class name is present class ClassNameIsMissing < StandardError; end # If one tries to define an option name which is forbbiden class OptionNameForbidden < StandardError; end end end end
Version data entries
82 entries across 82 versions & 1 rubygems