protected function dbTrans(callable $callback)
 {
     return parent::dbTrans($callback, function (\Exception $error) {
         $this->failResponse($error->getMessage(), 400, true);
     });
 }