Class: Nanoc::Extra::SrcsetParser::InvalidFormat Private
- Inherits:
-
Core::Error
- Object
- Core::Error
- Nanoc::Extra::SrcsetParser::InvalidFormat
- Defined in:
- lib/nanoc/extra/srcset_parser.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
-
#initialize ⇒ InvalidFormat
constructor
private
A new instance of InvalidFormat.
Constructor Details
#initialize ⇒ InvalidFormat
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of InvalidFormat.
8 9 10 |
# File 'lib/nanoc/extra/srcset_parser.rb', line 8 def initialize super('Invalid srcset format') end |