class Consul::Async::InvalidTemplateException
Exception thrown when a template is invalid and cause a Runtime Exception during its rendering
Attributes
cause[R]
Public Class Methods
new(cause)
click to toggle source
# File lib/consul/async/consul_template.rb, line 13 def initialize(cause) @cause = cause end