Example #1
0
 /**
  * @see Paranoia\Payment\Adapter\AdapterAbstract::buildPointUsageRequest()
  */
 protected function buildPointUsageRequest(Request $request)
 {
     $exception = new UnimplementedMethod('Provider method not implemented: ' . $request->getTransactionType());
     $this->triggerEvent(self::EVENT_ON_EXCEPTION, array('exception' => $exception));
     throw $exception;
 }