#!/usr/bin/env ruby # -*- coding: utf-8 -*- #--- # Author : Romain GEORGES # type : gem component library # obj : Dorsal Module #--- # the Dorsal Namespace module Dorsal # Exception class override from servers errors class RingServerError < Exception; end end