class Dialogue::TemplateAlreadyRegisteredError

Public Class Methods

new(template) click to toggle source
Calls superclass method
# File lib/dialogue/template_already_registered_error.rb, line 3
def initialize(template)
  super "A template with the name #{template.name} has already been registered"
end