Exception: ComfortableMexicanSofa::MissingPage
- Defined in:
- lib/comfortable_mexican_sofa/error.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ MissingPage
constructor
A new instance of MissingPage.
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 |