globalExceptionHandler

@Bean
@ConditionalOnProperty(prefix = "cryptotrader.exceptions", name = "enabled", havingValue = "true", matchIfMissing = true)
open fun globalExceptionHandler(): GlobalExceptionHandler