Exception: SourceLicenseSDK::LicenseExpiredError

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

Overview

License expired errors

Instance Attribute Summary

Attributes inherited from LicenseError

#error_code, #retry_after

Instance Method Summary collapse

Constructor Details

#initialize(message = 'License has expired') ⇒ LicenseExpiredError

Returns a new instance of LicenseExpiredError.



48
49
50
# File 'lib/source_license_sdk/exceptions.rb', line 48

def initialize(message = 'License has expired')
  super(message, error_code: 'LICENSE_EXPIRED')
end