class Util::VSAC::VSACProgramNotFoundError

Error represnting 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 29
def initialize(program)
  super("VSAC Program #{program} does not exist.")
end