Exception: ShareWith::InvalidTemplate
- Inherits:
-
StandardError
- Object
- StandardError
- ShareWith::InvalidTemplate
- Defined in:
- lib/share_with/utils.rb
Overview
Invalid template error,
Instance Method Summary collapse
-
#initialize(template) ⇒ InvalidTemplate
constructor
A new instance of InvalidTemplate.
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 |