class Util::VSAC::VSACNotFoundError
When VSAC
responds with a 404
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/util/vsac_api.rb, line 21 def initialize super('Resource not found.') end