Exception: Telegram::Errors::Renderer::BadTemplateFormatError

Inherits:
CommonError
  • Object
show all
Defined in:
lib/telegram/errors/renderer/bad_template_format_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(view_name) ⇒ BadTemplateFormatError

Returns a new instance of BadTemplateFormatError.



7
8
9
# File 'lib/telegram/errors/renderer/bad_template_format_error.rb', line 7

def initialize view_name
  super "Unable to find template for #{view_name}"
end