Module: Jist::Error
- Included in:
- ClipboardError
- Defined in:
- lib/jist.rb
Overview
Exception tag for errors raised while gisting.
Class Method Summary collapse
Class Method Details
.exception(*args) ⇒ Object
32 33 34 |
# File 'lib/jist.rb', line 32 def self.exception(*args) RuntimeError.new(*args).extend(self) end |