Class: Nanoc::Extra::SrcsetParser::InvalidFormat Private

Inherits:
Core::Error
  • Object
show all
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

Constructor Details

#initializeInvalidFormat

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