class Renderful::Error::NoComponentError

Attributes

entry[R]

Public Class Methods

new(entry, *args) click to toggle source
Calls superclass method
# File lib/renderful/error/no_component_error.rb, line 8
def initialize(entry, *args)
  @entry = entry

  super "Cannot find component for content type #{entry.content_type}", *args
end