class Postmark::InvalidTemplateError

Attributes

postmark_response[R]

Public Class Methods

new(response) click to toggle source
Calls superclass method
# File lib/postmark/error.rb, line 109
def initialize(response)
  @postmark_response = response
  super('Failed to render the template. Please check #postmark_response on this error for details.')
end