class Util::VSAC::VSEmptyError
Error represnting a response from the API that had no concepts.
Attributes
oid[R]
Public Class Methods
new(oid)
click to toggle source
Calls superclass method
# File lib/util/vsac_api.rb, line 37 def initialize(oid) super("Value Set (#{oid}) is empty.") @oid = oid end