Sha256: 9d7d611201fdce340a4c73426fb12016b946b79b4c5468746f657dcfb2eab1cf

Contents?: true

Size: 507 Bytes

Versions: 17

Compression:

Stored size: 507 Bytes

Contents

module Plate
  # Raised if a given file by name is not found within the source tree.
  class FileNotFound < StandardError
  end

  # Raised when a blog post does not contain a date within the meta data or within the file name.
  class NoPostDateProvided < StandardError
  end

  # Raised if Plate is unable to read a plugin file from the lib directory.
  class PluginNotReadable < StandardError
  end

  # Raised if the site's source directory was not found.
  class SourceNotFound < StandardError
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
plate-0.7.8 lib/plate/errors.rb
plate-0.7.7 lib/plate/errors.rb
plate-0.7.6 lib/plate/errors.rb
plate-0.7.5 lib/plate/errors.rb
plate-0.7.4 lib/plate/errors.rb
plate-0.7.3 lib/plate/errors.rb
plate-0.7.2 lib/plate/errors.rb
plate-0.7.1 lib/plate/errors.rb
plate-0.7.0 lib/plate/errors.rb
plate-0.7.0.pre5 lib/plate/errors.rb
plate-0.7.0.pre4 lib/plate/errors.rb
plate-0.7.0.pre3 lib/plate/errors.rb
plate-0.7.0.pre2 lib/plate/errors.rb
plate-0.7.0.pre lib/plate/errors.rb
plate-0.6.3 lib/plate/errors.rb
plate-0.6.2 lib/plate/errors.rb
plate-0.6.1 lib/plate/errors.rb