module Errors # 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. class ResourceNotFound < Exception end end