Exception: Smplkit::NotInstalledError

Inherits:
Error
  • Object
show all
Defined in:
lib/smplkit/errors.rb

Overview

Raised when a logging operation is attempted before install.

Smpl Logging monkey-patches the standard logging framework, so it stays opt-in: its live surface requires an explicit LoggingClient#install first. Config and flags connect lazily on first live use and never raise this.

Instance Attribute Summary

Attributes inherited from Error

#errors, #status_code

Method Summary

Methods inherited from Error

derive_message, #initialize, #to_s

Constructor Details

This class inherits a constructor from Smplkit::Error