TF-3040 Create public_asset feature

This commit is contained in:
DatDang
2024-08-07 11:17:59 +07:00
committed by Dat H. Pham
parent 34b7bf78c3
commit 0656fd9390
6 changed files with 349 additions and 0 deletions
@@ -0,0 +1,15 @@
class UnsupportedCapabilityException implements Exception {
const UnsupportedCapabilityException();
}
class CannotCreatePublicAssetException implements Exception {
const CannotCreatePublicAssetException();
}
class CannotDestroyPublicAssetException implements Exception {
const CannotDestroyPublicAssetException();
}
class CannotUpdatePublicAssetException implements Exception {
const CannotUpdatePublicAssetException();
}