class Lucky::ErrorHandler::HabitatSettings

Defined in:

lucky/error_handler.cr

Class Method Summary

Instance methods inherited from class Object

blank? : Bool blank?, present? : Bool present?

Class Method Detail

def self.log_error_exception : Bool #

def self.log_error_exception=(value : Bool) #

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 : Bool #

def self.show_debug_output=(value : Bool) #

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.


def self.to_h #

Generates a hash using the provided values