Exception: Jekyll::Assets::Plugins::MiniMagick::SameType

Inherits:
StandardError
  • Object
show all
Defined in:
lib/jekyll/assets/plugins/proxy/magick.rb

Instance Method Summary collapse

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