Sha256: 9e3cc8f42eed7e6459d119d5d107397e906cfb68275255bc8f140dacc2d25399
Contents?: true
Size: 387 Bytes
Versions: 44
Compression:
Stored size: 387 Bytes
Contents
# encoding: utf-8 module FeduxOrgStdlib class DirectoryFinder module Exceptions # No allowed config file could be found class NoConfigDirectoryFound < StandardError; end # If no module is given on class class NamespaceIsMissing < StandardError; end # If no class name is present class ClassNameIsMissing < StandardError; end end end end
Version data entries
44 entries across 44 versions & 1 rubygems