1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +12:00

Update src/Appwrite/Extend/Exception.php

This commit is contained in:
Jake Barnby 2023-08-22 13:38:43 -04:00 committed by GitHub
parent c929fe113e
commit 6a9588c4be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,7 +105,7 @@ class Exception extends \Exception
public const AVATAR_ICON_NOT_FOUND = 'avatar_icon_not_found';
/** Storage */
public const STORAGE_FILE_ALREADY_EXISTS = 'storage_file_already_exists';
public const STORAGE_FILE_ALREADY_EXISTS = 'storage_file_already_exists';
public const STORAGE_FILE_NOT_FOUND = 'storage_file_not_found';
public const STORAGE_DEVICE_NOT_FOUND = 'storage_device_not_found';
public const STORAGE_FILE_EMPTY = 'storage_file_empty';