HOR-678
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
namespace ProcessMaker\BusinessModel\Light;
|
namespace ProcessMaker\BusinessModel\Light;
|
||||||
|
|
||||||
|
use \ProcessMaker\Services\Api;
|
||||||
use G;
|
use G;
|
||||||
|
|
||||||
class NotificationDevice
|
class NotificationDevice
|
||||||
@@ -135,7 +136,7 @@ class NotificationDevice
|
|||||||
}
|
}
|
||||||
|
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
throw new \Exception(\Api::STAT_APP_EXCEPTION, $e->getMessage());
|
throw new \Exception(Api::STAT_APP_EXCEPTION, $e->getMessage());
|
||||||
}
|
}
|
||||||
return $response;
|
return $response;
|
||||||
}
|
}
|
||||||
@@ -229,7 +230,7 @@ class NotificationDevice
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
throw new \Exception(\Api::STAT_APP_EXCEPTION, $e->getMessage());
|
throw new \Exception(Api::STAT_APP_EXCEPTION, $e->getMessage());
|
||||||
}
|
}
|
||||||
return $response;
|
return $response;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user