class Consul::Async::SyntaxErrorInTemplate

Exception thrown when the template is Invalid due to a Syntax Error

Attributes

cause[R]

Public Class Methods

new(cause) click to toggle source
# File lib/consul/async/consul_template.rb, line 21
def initialize(cause)
  @cause = cause
end