Exception: ComfyPress::MissingPage

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

Instance Method Summary collapse

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