lib/voruby/services/gestalt/wesix.rb in voruby-1.1 vs lib/voruby/services/gestalt/wesix.rb in voruby-1.1.1
- old
+ new
@@ -5,10 +5,10 @@
module Gestalt
class WesixException < RuntimeError; end
class NoVotableException < WesixException
def initialize
- super('VOTABLE missing from SOAP response. ' +
+ super('VOTable missing from SOAP response. ' +
'Often this is caused by an overly large catalog. ' +
'Try increasing your detection threshold.')
end
end
\ No newline at end of file