Sha256: 6a8bcbd4c3672aec9e7274547af9c0b6b39c4e051cd05c059b281b8e2457aa01
Contents?: true
Size: 180 Bytes
Versions: 7
Compression:
Stored size: 180 Bytes
Contents
require 'angellist_api/error' module AngellistApi # Raised when AngellistApi returns the HTTP status code 500 class Error::InternalServerError < AngellistApi::Error; end end
Version data entries
7 entries across 7 versions & 1 rubygems