Exception: Jekyll::Assets::Plugins::MiniMagick::SameType
- Inherits:
-
StandardError
- Object
- StandardError
- Jekyll::Assets::Plugins::MiniMagick::SameType
- Defined in:
- lib/jekyll/assets/plugins/proxy/magick.rb
Instance Method Summary collapse
-
#initialize(type) ⇒ SameType
constructor
A new instance of SameType.
Constructor Details
#initialize(type) ⇒ SameType
Returns a new instance of SameType.
15 16 17 |
# File 'lib/jekyll/assets/plugins/proxy/magick.rb', line 15 def initialize(type) "Trying to convert #{type} to #{type} won't work." end |