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