Module: Pasting::Error
- Defined in:
- lib/pasting.rb
Overview
Exception tag for errors raised while pasting.
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 |