class Airbrake::NilNotifier

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

@since 2.1.0

Public Instance Methods

add_filter(_filter = nil, &_block) click to toggle source
# File lib/airbrake-ruby/notifier.rb, line 182
def add_filter(_filter = nil, &_block); end
build_notice(_exception, _params = {}) click to toggle source
# File lib/airbrake-ruby/notifier.rb, line 184
def build_notice(_exception, _params = {}); end
close() click to toggle source
# File lib/airbrake-ruby/notifier.rb, line 186
def close; end
configured?() click to toggle source
# File lib/airbrake-ruby/notifier.rb, line 190
def configured?
  false
end
create_deploy(_deploy_params) click to toggle source
# File lib/airbrake-ruby/notifier.rb, line 188
def create_deploy(_deploy_params); end
notify(_exception, _params = {}, &block) click to toggle source
# File lib/airbrake-ruby/notifier.rb, line 178
def notify(_exception, _params = {}, &block); end
notify_sync(_exception, _params = {}, &block) click to toggle source
# File lib/airbrake-ruby/notifier.rb, line 180
def notify_sync(_exception, _params = {}, &block); end