lib/ethon/errors/ethon_error.rb



module Ethon
  module Errors

    # Default Ethon error class for all custom errors.
    class EthonError < StandardError
    end
  end
end