notify() public method

Notify about the notice.
public notify ( airbrake\Notice $notice ) : string | boolean
$notice airbrake\Notice
return string | boolean
 public function notify(Notice $notice)
 {
     if ($this->enabled) {
         parent::notify($notice);
     }
 }