class Util::VSAC::VSNotFoundError
Error representing a not found response from the API. Includes OID for reporting to user.
Attributes
oid[R]
Public Class Methods
new(oid)
click to toggle source
Calls superclass method
# File lib/util/vsac_api.rb, line 14 def initialize(oid) super("Value Set (#{oid}) was not found.") @oid = oid end