Exception: Jekyll::Assets::Proxy::Deleted

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

Instance Method Summary collapse

Constructor Details

#initialize(obj) ⇒ Deleted

Returns a new instance of Deleted.



16
17
18
19
# File 'lib/jekyll/assets/proxy.rb', line 16

def initialize(obj)
  super "#{obj} violated a contract and " \
    "deleted your proxy file"
end