Exception: Ki::PartialNotFoundError

Inherits:
ApiError
  • Object
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

Constructor Details

#initialize(s) ⇒ PartialNotFoundError

Returns a new instance of PartialNotFoundError.



37
38
39
# File 'lib/ki/utils/api_error.rb', line 37

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