Exception: Redaction::ProductionEnvironmentError
- Inherits:
-
StandardError
- Object
- StandardError
- Redaction::ProductionEnvironmentError
- Defined in:
- lib/redaction.rb
Constant Summary collapse
- DEFAULT_MESSAGE =
"Data cannot be redacted in production!"
Instance Method Summary collapse
-
#initialize(message = DEFAULT_MESSAGE) ⇒ ProductionEnvironmentError
constructor
A new instance of ProductionEnvironmentError.
Constructor Details
#initialize(message = DEFAULT_MESSAGE) ⇒ ProductionEnvironmentError
Returns a new instance of ProductionEnvironmentError.
22 23 24 |
# File 'lib/redaction.rb', line 22 def initialize( = DEFAULT_MESSAGE) super end |