class ComfortableMexicanSofa::MissingPage

Public Class Methods

new(path) click to toggle source
Calls superclass method
# File lib/comfortable_mexican_sofa/error.rb, line 26
def initialize(path)
  super "Cannot find CMS Page at #{path}"
end