TF-3040 Create public_asset feature
This commit is contained in:
@@ -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();
|
||||
}
|
||||
Reference in New Issue
Block a user