lib/dorsal/exceptions.rb in dorsal-1.1 vs lib/dorsal/exceptions.rb in dorsal-1.2

- old
+ new

@@ -7,7 +7,7 @@ #--- # the Dorsal Namespace module Dorsal # Exception class override from servers errors - class ServerError < Exception; end + class RingServerError < Exception; end end