mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 18:14:11 +02:00
resolve exception aliases
This commit is contained in:
parent
9413b216ba
commit
a0dc7450a4
2 changed files with 75 additions and 20 deletions
|
|
@ -20,7 +20,7 @@ expression: output
|
|||
"path": "/DefaultShareProvider.php",
|
||||
"line": 305,
|
||||
"has_meaningful_message": true,
|
||||
"exception": "ProviderException",
|
||||
"exception": "OC\\Share20\\Exception\\ProviderException",
|
||||
"message_parts": [
|
||||
{
|
||||
"Literal": "Group \""
|
||||
|
|
@ -38,7 +38,7 @@ expression: output
|
|||
"path": "/DefaultShareProvider.php",
|
||||
"line": 309,
|
||||
"has_meaningful_message": true,
|
||||
"exception": "ProviderException",
|
||||
"exception": "OC\\Share20\\Exception\\ProviderException",
|
||||
"message_parts": [
|
||||
{
|
||||
"Literal": "Recipient not in receiving group"
|
||||
|
|
@ -50,7 +50,7 @@ expression: output
|
|||
"path": "/DefaultShareProvider.php",
|
||||
"line": 339,
|
||||
"has_meaningful_message": true,
|
||||
"exception": "ProviderException",
|
||||
"exception": "OC\\Share20\\Exception\\ProviderException",
|
||||
"message_parts": [
|
||||
{
|
||||
"Literal": "Recipient does not match"
|
||||
|
|
@ -62,7 +62,7 @@ expression: output
|
|||
"path": "/DefaultShareProvider.php",
|
||||
"line": 344,
|
||||
"has_meaningful_message": true,
|
||||
"exception": "ProviderException",
|
||||
"exception": "OC\\Share20\\Exception\\ProviderException",
|
||||
"message_parts": [
|
||||
{
|
||||
"Literal": "Invalid shareType"
|
||||
|
|
@ -74,7 +74,7 @@ expression: output
|
|||
"path": "/DefaultShareProvider.php",
|
||||
"line": 431,
|
||||
"has_meaningful_message": true,
|
||||
"exception": "ProviderException",
|
||||
"exception": "OC\\Share20\\Exception\\ProviderException",
|
||||
"message_parts": [
|
||||
{
|
||||
"Literal": "Group \""
|
||||
|
|
@ -92,7 +92,7 @@ expression: output
|
|||
"path": "/DefaultShareProvider.php",
|
||||
"line": 476,
|
||||
"has_meaningful_message": true,
|
||||
"exception": "ProviderException",
|
||||
"exception": "OC\\Share20\\Exception\\ProviderException",
|
||||
"message_parts": [
|
||||
{
|
||||
"Literal": "Recipient does not match"
|
||||
|
|
@ -104,7 +104,7 @@ expression: output
|
|||
"path": "/DefaultShareProvider.php",
|
||||
"line": 482,
|
||||
"has_meaningful_message": true,
|
||||
"exception": "ProviderException",
|
||||
"exception": "OC\\Share20\\Exception\\ProviderException",
|
||||
"message_parts": [
|
||||
{
|
||||
"Literal": "Invalid shareType"
|
||||
|
|
@ -128,7 +128,7 @@ expression: output
|
|||
"path": "/DefaultShareProvider.php",
|
||||
"line": 763,
|
||||
"has_meaningful_message": false,
|
||||
"exception": "ShareNotFound",
|
||||
"exception": "OCP\\Share\\Exceptions\\ShareNotFound",
|
||||
"message_parts": []
|
||||
},
|
||||
{
|
||||
|
|
@ -136,7 +136,7 @@ expression: output
|
|||
"path": "/DefaultShareProvider.php",
|
||||
"line": 769,
|
||||
"has_meaningful_message": false,
|
||||
"exception": "ShareNotFound",
|
||||
"exception": "OCP\\Share\\Exceptions\\ShareNotFound",
|
||||
"message_parts": []
|
||||
},
|
||||
{
|
||||
|
|
@ -144,7 +144,7 @@ expression: output
|
|||
"path": "/DefaultShareProvider.php",
|
||||
"line": 963,
|
||||
"has_meaningful_message": true,
|
||||
"exception": "BackendError",
|
||||
"exception": "OC\\Share20\\Exception\\BackendError",
|
||||
"message_parts": [
|
||||
{
|
||||
"Literal": "Invalid backend"
|
||||
|
|
@ -156,7 +156,7 @@ expression: output
|
|||
"path": "/DefaultShareProvider.php",
|
||||
"line": 993,
|
||||
"has_meaningful_message": false,
|
||||
"exception": "ShareNotFound",
|
||||
"exception": "OCP\\Share\\Exceptions\\ShareNotFound",
|
||||
"message_parts": []
|
||||
},
|
||||
{
|
||||
|
|
@ -164,7 +164,7 @@ expression: output
|
|||
"path": "/DefaultShareProvider.php",
|
||||
"line": 999,
|
||||
"has_meaningful_message": false,
|
||||
"exception": "ShareNotFound",
|
||||
"exception": "OCP\\Share\\Exceptions\\ShareNotFound",
|
||||
"message_parts": []
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue