Method: ComfyPress::MissingPage#initialize

Defined in:
lib/comfypress/error.rb

#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