/**
  * Report an exception to slack
  *
  * @param Exception $e
  */
 public function exception(Exception $e)
 {
     E::output($e, $this->channel_exception);
 }