Exception: ComfortableMexicanSofa::MissingPage

Inherits:
Error
  • Object
show all
Defined in:
lib/comfortable_mexican_sofa/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ MissingPage

Returns a new instance of MissingPage.



26
27
28
# File 'lib/comfortable_mexican_sofa/error.rb', line 26

def initialize(path)
  super "Cannot find CMS Page at #{path}"
end