Exception: ShareWith::InvalidTemplate

Inherits:
StandardError
  • Object
show all
Defined in:
lib/share_with/utils.rb

Overview

Invalid template error,

Instance Method Summary collapse

Constructor Details

#initialize(template) ⇒ InvalidTemplate

Returns a new instance of InvalidTemplate.



75
76
77
# File 'lib/share_with/utils.rb', line 75

def initialize(template)
  super "Invalid template: #{template}"
end