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