Sha256: 6ee41ad0ec0ec630f0ac48b26b6be5f55c05569716aaf4e68cfd84535d597acc

Contents?: true

Size: 283 Bytes

Versions: 1

Compression:

Stored size: 283 Bytes

Contents

module DynamicContent
  class ErrorLoading < RuntimeError
  end

  class Error < RuntimeError
  end

  class DependencyError < ErrorLoading
  end

  class NoStructureFileError < KeyError
  end

  class InvalidStructureError < KeyError
  end

  class GeneratorError < Error
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dynamic_content-1.0.0 lib/dynamic_content/error.rb