Exception: SourceLicenseSDK::LicenseNotFoundError

Inherits:
LicenseError show all
Defined in:
lib/source_license_sdk/exceptions.rb

Overview

License not found errors

Instance Attribute Summary

Attributes inherited from LicenseError

#error_code, #retry_after

Instance Method Summary collapse

Constructor Details

#initialize(message = 'License not found') ⇒ LicenseNotFoundError

Returns a new instance of LicenseNotFoundError.



41
42
43
# File 'lib/source_license_sdk/exceptions.rb', line 41

def initialize(message = 'License not found')
  super(message, error_code: 'LICENSE_NOT_FOUND')
end