Exception: SourceLicenseSDK::LicenseExpiredError
- Inherits:
-
LicenseError
- Object
- StandardError
- Error
- LicenseError
- SourceLicenseSDK::LicenseExpiredError
- Defined in:
- lib/source_license_sdk/exceptions.rb
Overview
License expired errors
Instance Attribute Summary
Attributes inherited from LicenseError
Instance Method Summary collapse
-
#initialize(message = 'License has expired') ⇒ LicenseExpiredError
constructor
A new instance of LicenseExpiredError.
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( = 'License has expired') super(, error_code: 'LICENSE_EXPIRED') end |