Sha256: 7d92ff5539a1e615f3bfcf618794725d5f085c25cdf832d2b563082cc92045e6
Contents?: true
Size: 199 Bytes
Versions: 19
Compression:
Stored size: 199 Bytes
Contents
# frozen_string_literal: true module WCC::Blogs class NotConfiguredException < StandardError end class NotFoundException < StandardError end class ApiException < StandardError end end
Version data entries
19 entries across 19 versions & 1 rubygems