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