class Lucky::ErrorHandler::HabitatSettings
Defined in:
lucky/error_handler.crClass Method Summary
- .log_error_exception : Bool
- .log_error_exception=(value : Bool)
-
.log_error_exception?
Used for checking missing settings on non-nilable types It's advised to use log_error_exception in your apps to ensure the propper type is checked.
- .show_debug_output : Bool
- .show_debug_output=(value : Bool)
-
.show_debug_output?
Used for checking missing settings on non-nilable types It's advised to use show_debug_output in your apps to ensure the propper type is checked.
-
.to_h
Generates a hash using the provided values
Class Method Detail
def self.log_error_exception?
#
Used for checking missing settings on non-nilable types It's advised to use log_error_exception in your apps to ensure the propper type is checked.
def self.show_debug_output?
#
Used for checking missing settings on non-nilable types It's advised to use show_debug_output in your apps to ensure the propper type is checked.