module Gist::Error

def self.exception(*args)

def self.exception(*args)
  RuntimeError.new(*args).extend(self)
end