module Pasting::Error
Exception tag for errors raised while pasting.
Public Class Methods
exception(*args)
click to toggle source
# File lib/pasting.rb, line 24 def self.exception(*args) RuntimeError.new(*args).extend(self) end