mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
update: fix exception.
This commit is contained in:
parent
c5074fd52f
commit
2d74765ba0
2 changed files with 3 additions and 3 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -145,7 +145,7 @@ jobs:
|
|||
Account,
|
||||
Avatars,
|
||||
Console,
|
||||
Databases,
|
||||
Databases/Collections,
|
||||
Functions,
|
||||
FunctionsSchedule,
|
||||
GraphQL,
|
||||
|
|
@ -213,7 +213,7 @@ jobs:
|
|||
Account,
|
||||
Avatars,
|
||||
Console,
|
||||
Databases,
|
||||
Databases/Collections,
|
||||
Functions,
|
||||
FunctionsSchedule,
|
||||
GraphQL,
|
||||
|
|
|
|||
|
|
@ -494,7 +494,7 @@ abstract class Action extends UtopiaAction
|
|||
}
|
||||
|
||||
if (!is_null($default) && !$validator->isValid($default)) {
|
||||
throw new Exception($this->getTypeInvalidException(), $validator->getDescription());
|
||||
throw new Exception($this->getInvalidValueException(), $validator->getDescription());
|
||||
}
|
||||
|
||||
$options = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue