class Util::VSAC::VSACProgramNotFoundError
Error representing a program not found response from the API.
Attributes
oid[R]
Public Class Methods
new(program)
click to toggle source
Calls superclass method
# File lib/util/vsac_api.rb, line 23 def initialize(program) super("VSAC Program #{program} does not exist.") end