Sha256: 93c9be53eb143cf9c615a265a6eb14a6fc6ac7a480483a71aa7a184775eb2ada
Contents?: true
Size: 298 Bytes
Versions: 8
Compression:
Stored size: 298 Bytes
Contents
# Exception for requests where the full path is not properly configured. class ApiClient::Exceptions::NotConfigured < StandardError # Initialize a new exception. # # @return [NotConfigured] a new exception. def self.initialize super('The api path is not properly configured!') end end
Version data entries
8 entries across 8 versions & 1 rubygems