Exception: Confium::SecureBytes::ClearedError
- Defined in:
- lib/confium/secure_bytes.rb
Overview
Raised when #bytes is called after #clear.
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(message = "SecureBytes already cleared") ⇒ ClearedError
constructor
A new instance of ClearedError.
Methods inherited from Error
Constructor Details
#initialize(message = "SecureBytes already cleared") ⇒ ClearedError
Returns a new instance of ClearedError.
20 21 22 |
# File 'lib/confium/secure_bytes.rb', line 20 def initialize( = "SecureBytes already cleared") super(, details: {}) end |