Exception: Ki::PartialNotFoundError

Inherits:
ApiError show all
Defined in:
lib/ki/utils/api_error.rb

Overview

:nodoc:

Instance Attribute Summary

Attributes inherited from ApiError

#status

Instance Method Summary collapse

Methods inherited from ApiError

#result

Methods included from Descendants

#descendants

Constructor Details

#initialize(s = '"partial"') ⇒ PartialNotFoundError

Returns a new instance of PartialNotFoundError.



44
45
46
# File 'lib/ki/utils/api_error.rb', line 44

def initialize(s = '"partial"')
  super "partial #{s} not found", 404
end