module Gist::Error
Exception tag for errors raised while gisting.
Public Class Methods
Source
# File lib/gist.rb, line 41 def self.exception(*args) RuntimeError.new(*args).extend(self) end
Exception tag for errors raised while gisting.
# File lib/gist.rb, line 41 def self.exception(*args) RuntimeError.new(*args).extend(self) end