class Yoti::DynamicSharingService::ApplicationNotFoundError

Public Class Methods

new(msg = 'Application was not found') click to toggle source
Calls superclass method
# File lib/yoti/dynamic_share_service/share_url.rb, line 53
def initialize(msg = 'Application was not found')
  super
end