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