We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1fe30 commit dda5d9aCopy full SHA for dda5d9a
app/Repositories/ServerRepository.php
@@ -120,7 +120,7 @@ public function create(array $data)
120
}
121
122
if (!$user) {
123
- throw new DisplayValidationException('The user id or email passed to the function was not found on the system.');
+ throw new DisplayException('The user id or email passed to the function was not found on the system.');
124
125
126
$autoDeployed = false;
0 commit comments