class WCC::Contentful::App::PageNotFoundError

Attributes

slug[R]

Public Class Methods

new(slug) click to toggle source
Calls superclass method
# File lib/wcc/contentful/app/exceptions.rb, line 40
def initialize(slug)
  super("Page not found: '#{slug}'")
  @slug = slug
end