Exception: Layered::Resource::MissingOwnerError
- Inherits:
-
StandardError
- Object
- StandardError
- Layered::Resource::MissingOwnerError
- Defined in:
- lib/layered/resource.rb
Overview
Raised when owned_by resolves a nil owner without allow_nil: true.
Surfaces auth misconfiguration loudly instead of silently 404ing every
request.