Sha256: 35d8d9930bc739bb30ec00127285f7c4af672ed2a6e678cee1f343dabd8fe20d

Contents?: true

Size: 600 Bytes

Versions: 102

Compression:

Stored size: 600 Bytes

Contents

# encoding: utf-8
module FeduxOrgStdlib
  class FileTemplate
    module Exceptions
      # Found config file is not readable
      class TemplateFileNotReadable < StandardError; end

      # No allowed config file could be found
      class NoTemplateFileFound < 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

102 entries across 102 versions & 1 rubygems

Version Path
fedux_org-stdlib-0.6.50 lib/fedux_org_stdlib/file_template/exceptions.rb
fedux_org-stdlib-0.6.48 lib/fedux_org_stdlib/file_template/exceptions.rb
fedux_org-stdlib-0.6.47 lib/fedux_org_stdlib/file_template/exceptions.rb
fedux_org-stdlib-0.6.46 lib/fedux_org_stdlib/file_template/exceptions.rb
fedux_org-stdlib-0.6.45 lib/fedux_org_stdlib/file_template/exceptions.rb
fedux_org-stdlib-0.6.44 lib/fedux_org_stdlib/file_template/exceptions.rb
fedux_org-stdlib-0.6.43 lib/fedux_org_stdlib/file_template/exceptions.rb
fedux_org-stdlib-0.6.40 lib/fedux_org_stdlib/file_template/exceptions.rb
fedux_org-stdlib-0.6.39 lib/fedux_org_stdlib/file_template/exceptions.rb
fedux_org-stdlib-0.6.38 lib/fedux_org_stdlib/file_template/exceptions.rb
fedux_org-stdlib-0.6.37 lib/fedux_org_stdlib/file_template/exceptions.rb
fedux_org-stdlib-0.6.34 lib/fedux_org_stdlib/file_template/exceptions.rb
fedux_org-stdlib-0.6.33 lib/fedux_org_stdlib/file_template/exceptions.rb
fedux_org-stdlib-0.6.32 lib/fedux_org_stdlib/file_template/exceptions.rb
fedux_org-stdlib-0.6.31 lib/fedux_org_stdlib/file_template/exceptions.rb
fedux_org-stdlib-0.6.30 lib/fedux_org_stdlib/file_template/exceptions.rb
fedux_org-stdlib-0.6.29 lib/fedux_org_stdlib/file_template/exceptions.rb
fedux_org-stdlib-0.6.28 lib/fedux_org_stdlib/file_template/exceptions.rb
fedux_org-stdlib-0.6.27 lib/fedux_org_stdlib/file_template/exceptions.rb
fedux_org-stdlib-0.6.26 lib/fedux_org_stdlib/file_template/exceptions.rb