Exception: ComfyPress::MissingPage
- Defined in:
- lib/comfypress/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.
19 20 21 |
# File 'lib/comfypress/error.rb', line 19 def initialize(path) super "Cannot find CMS Page at #{path}" end |