# encoding: utf-8 # :stopdoc: # error.rb : Implements all Error Classes # # Copyright January 2012, Alexander Schrode. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. # :startdoc: class RpcError < StandardError end