Exception: Errors::ResourceNotFound

Inherits:
Exception
  • Object
show all
Defined in:
lib/errors/resource_not_found.rb

Overview

This is an unlikely exception case, actually. In some cases (not all) if a resource is to be edited, and it doesn't exist, you may get this error. But most of the time your code should probably consider this a problem in your client logic, and likely not handle it directly.