class Thinreports::Errors::UnknownItemId

Public Class Methods

new(id, item_type = 'Basic') click to toggle source
Calls superclass method
# File lib/thinreports/core/errors.rb, line 31
def initialize(id, item_type = 'Basic')
  super("The layout does not have a #{item_type} Item with id '#{id}'.")
end