Sha256: fa79aa11995c38c2a5d50e6fa84bfd302a9d323bf6fb12286e963a34adbfea41

Contents?: true

Size: 377 Bytes

Versions: 44

Compression:

Stored size: 377 Bytes

Contents

# encoding: utf-8
module FeduxOrgStdlib
  class FileFinder
    module Exceptions
      # No allowed config file could be found
      class NoConfigFileFound < 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

Version Path
fedux_org-stdlib-0.10.6 lib/fedux_org_stdlib/file_finder/exceptions.rb
fedux_org-stdlib-0.10.5 lib/fedux_org_stdlib/file_finder/exceptions.rb
fedux_org-stdlib-0.10.4 lib/fedux_org_stdlib/file_finder/exceptions.rb
fedux_org-stdlib-0.10.3 lib/fedux_org_stdlib/file_finder/exceptions.rb
fedux_org-stdlib-0.10.2 lib/fedux_org_stdlib/file_finder/exceptions.rb
fedux_org-stdlib-0.10.1 lib/fedux_org_stdlib/file_finder/exceptions.rb
fedux_org-stdlib-0.10.0 lib/fedux_org_stdlib/file_finder/exceptions.rb
fedux_org-stdlib-0.9.8 lib/fedux_org_stdlib/file_finder/exceptions.rb
fedux_org-stdlib-0.9.7 lib/fedux_org_stdlib/file_finder/exceptions.rb
fedux_org-stdlib-0.9.6 lib/fedux_org_stdlib/file_finder/exceptions.rb
fedux_org-stdlib-0.9.5 lib/fedux_org_stdlib/file_finder/exceptions.rb
fedux_org-stdlib-0.9.4 lib/fedux_org_stdlib/file_finder/exceptions.rb
fedux_org-stdlib-0.9.2 lib/fedux_org_stdlib/file_finder/exceptions.rb
fedux_org-stdlib-0.9.1 lib/fedux_org_stdlib/file_finder/exceptions.rb
fedux_org-stdlib-0.9.0 lib/fedux_org_stdlib/file_finder/exceptions.rb
fedux_org-stdlib-0.8.11 lib/fedux_org_stdlib/file_finder/exceptions.rb
fedux_org-stdlib-0.8.10 lib/fedux_org_stdlib/file_finder/exceptions.rb
fedux_org-stdlib-0.8.9 lib/fedux_org_stdlib/file_finder/exceptions.rb
fedux_org-stdlib-0.8.8 lib/fedux_org_stdlib/file_finder/exceptions.rb
fedux_org-stdlib-0.8.7 lib/fedux_org_stdlib/file_finder/exceptions.rb