Sign in
dawn
/
dawn.git
/
bd3f983dc5f3e02dc11ae075a1d5a0d9f7e1c5d7
/
.
/
tools
/
android
/
webgpu
/
src
/
main
/
java
/
androidx
/
webgpu
/
helper
/
DawnException.kt
blob: 4a8b14e6c6763b96be727b36b8dcb2d046aa8d2e [
file
]
package
androidx
.
webgpu
.
helper
public
class
DawnException
(
message
:
String
):
Exception
(
message
)