class Wrapture::InvalidTemplateUsage

A template has been invoked in an unsupported way.

Public Class Methods

new(message) click to toggle source

Creates an InvalidTemplateUsage with the given message.

Calls superclass method
# File lib/wrapture/errors.rb, line 37
def initialize(message)
  super(message)
end