Sha256: 19eefc02ab72183178a4d7625ffeb411931937646fcadbabbb74fe5fd9a2b584
Contents?: true
Size: 344 Bytes
Versions: 7
Compression:
Stored size: 344 Bytes
Contents
module RailsExternalAssets class Error < StandardError end module Errors # Will be thrown when file key does not exist in asset manifest class UnknownAssetManifestKey < RailsExternalAssets::Error; end # will be thrown when manifest file is not found class InvalidManifestFile < RailsExternalAssets::Error; end end end
Version data entries
7 entries across 7 versions & 1 rubygems