Exception: Util::VSAC::VSACNotFoundError

Inherits:
VSACError
  • Object
show all
Defined in:
lib/util/vsac_api.rb

Overview

When VSAC responds with a 404

Instance Method Summary collapse

Constructor Details

#initializeVSACNotFoundError

Returns a new instance of VSACNotFoundError.



21
22
23
# File 'lib/util/vsac_api.rb', line 21

def initialize
  super('Resource not found.')
end