mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 03:05:26 +00:00
Move BillingError to core-util.
This commit is contained in:
committed by
Greyson Parrelli
parent
1b4a390096
commit
03b6b2d591
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Copyright 2024 Signal Messenger, LLC
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
package org.signal.core.util.billing
|
||||
|
||||
class BillingError(
|
||||
val billingResponseCode: Int
|
||||
) : Exception()
|
||||
Reference in New Issue
Block a user