Exception: Dropcaster::TemplateNotFoundError

Inherits:
ConfigurationError show all
Defined in:
lib/dropcaster/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ TemplateNotFoundError

Returns a new instance of TemplateNotFoundError.



21
22
23
# File 'lib/dropcaster/errors.rb', line 21

def initialize(message)
  super("Unable to load template file: #{message}")
end