Sha256: 3017cab2a393015cf5e484d1876525259346f849722c8029214697db3f2261cc

Contents?: true

Size: 152 Bytes

Versions: 4

Compression:

Stored size: 152 Bytes

Contents

module Smartcall
  module Soap
    class SmartcallError < StandardError
      def initialize(message)
        super(message)
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
agilisto-smartcall-0.0.1 lib/smartcall/soap/smartcall_error.rb
craigp-smartcall-0.0.2 lib/smartcall/soap/smartcall_error.rb
craigp-smartcall-0.0.1 lib/smartcall/soap/smartcall_error.rb
smartcall-0.0.1 lib/smartcall/soap/smartcall_error.rb