Exception: Yoti::DynamicSharingService::ApplicationNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- Yoti::DynamicSharingService::ApplicationNotFoundError
- Defined in:
- lib/yoti/dynamic_share_service/share_url.rb
Instance Method Summary collapse
-
#initialize(msg = 'Application was not found') ⇒ ApplicationNotFoundError
constructor
A new instance of ApplicationNotFoundError.
Constructor Details
#initialize(msg = 'Application was not found') ⇒ ApplicationNotFoundError
Returns a new instance of ApplicationNotFoundError.
53 54 55 |
# File 'lib/yoti/dynamic_share_service/share_url.rb', line 53 def initialize(msg = 'Application was not found') super end |