Sha256: 9f373686120e300452dd5052a5417aaab9dbe2a5978c341df943b52f85a693f8
Contents?: true
Size: 261 Bytes
Versions: 1
Compression:
Stored size: 261 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 ServerError < Exception; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dorsal-1.1 | lib/dorsal/exceptions.rb |