Exception: Jekyll::Assets::Proxy::Deleted
- Inherits:
-
StandardError
- Object
- StandardError
- Jekyll::Assets::Proxy::Deleted
- Defined in:
- lib/jekyll/assets/proxy.rb
Instance Method Summary collapse
-
#initialize(obj) ⇒ Deleted
constructor
A new instance of Deleted.
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 |