class Telegram::Errors::Renderer::FormatNotSupportedError

Public Class Methods

new(template_format) click to toggle source
Calls superclass method
# File lib/telegram/errors/renderer/format_not_supported_error.rb, line 7
def initialize(template_format)
  super "Format not supported: #{template_format}"
end