Sha256: 9b5b416248f9db9fc9de31634f098cb49239d518edfe8a47f42413779f61f68d
Contents?: true
Size: 265 Bytes
Versions: 2
Compression:
Stored size: 265 Bytes
Contents
#!/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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dorsal-1.3 | lib/dorsal/exceptions.rb |
dorsal-1.2 | lib/dorsal/exceptions.rb |