Namespace Luny.Exceptions
Classes
- LunyBridgeException
Exception thrown when a bridging exception occurs in the Luny framework, such as initializing a proxy object with a null reference.
- LunyException
Base class for all exceptions thrown by the Luny framework.
- LunyLifecycleException
Exception thrown when a lifecycle-related error occurs in the Luny framework, such as singleton duplication or unexpected adapter removal.
- LunyServiceException
Exception thrown when a service-related error occurs in the Luny framework, such as service not found or invalid service interface implementation.