class Airbrake::NilNotifier

@since 2.1.0
serves only for the purpose of making the library API easier to use.
NilNotifier is a no-op notifier, which mimics Airbrake::Notifier and
#

def add_filter(_filter = nil, &_block); end

def add_filter(_filter = nil, &_block); end

def build_notice(_exception, _params = {}); end

def build_notice(_exception, _params = {}); end

def close; end

def close; end

def configured?

def configured?
  false
end

def create_deploy(_deploy_params); end

def create_deploy(_deploy_params); end

def notify(_exception, _params = {}, &block); end

def notify(_exception, _params = {}, &block); end

def notify_sync(_exception, _params = {}, &block); end

def notify_sync(_exception, _params = {}, &block); end