@@ -9,7 +9,6 @@ discard block |
||
| 9 | 9 | /** |
| 10 | 10 | * Generic method to show the exception. |
| 11 | 11 | * |
| 12 | - * @param string $response |
|
| 13 | 12 | * |
| 14 | 13 | * @return static |
| 15 | 14 | */ |
@@ -49,6 +48,7 @@ discard block |
||
| 49 | 48 | /** |
| 50 | 49 | * Thrown when attachment views widget source, height, width is not provided or invalid. |
| 51 | 50 | * |
| 51 | + * @param string $exception |
|
| 52 | 52 | * @return static |
| 53 | 53 | */ |
| 54 | 54 | public static function flockAttachmentViewWidgetException($exception) |
@@ -59,6 +59,7 @@ discard block |
||
| 59 | 59 | /** |
| 60 | 60 | * Thrown when attachment views inline html source, height, width is not provided or invalid. |
| 61 | 61 | * |
| 62 | + * @param string $exception |
|
| 62 | 63 | * @return static |
| 63 | 64 | */ |
| 64 | 65 | public static function flockAttachmentViewHtmlException($exception) |
@@ -69,6 +70,7 @@ discard block |
||
| 69 | 70 | /** |
| 70 | 71 | * Thrown when attachment views image source, height, width is not provided or invalid. |
| 71 | 72 | * |
| 73 | + * @param string $exception |
|
| 72 | 74 | * @return static |
| 73 | 75 | */ |
| 74 | 76 | public static function flockAttachmentViewImageException($exception) |
@@ -79,6 +81,7 @@ discard block |
||
| 79 | 81 | /** |
| 80 | 82 | * Thrown when attachment URL field not provided or invalid. |
| 81 | 83 | * |
| 84 | + * @param string $exception |
|
| 82 | 85 | * @return static |
| 83 | 86 | */ |
| 84 | 87 | public static function flockAttachmentUrlException($exception) |
@@ -89,6 +92,7 @@ discard block |
||
| 89 | 92 | /** |
| 90 | 93 | * Thrown when attachment forward field is non boolean. |
| 91 | 94 | * |
| 95 | + * @param string $exception |
|
| 92 | 96 | * @return static |
| 93 | 97 | */ |
| 94 | 98 | public static function flockAttachmentForwardException($exception) |
@@ -99,6 +103,7 @@ discard block |
||
| 99 | 103 | /** |
| 100 | 104 | * Thrown when attachment download field source is invalid or missing. |
| 101 | 105 | * |
| 106 | + * @param string $exception |
|
| 102 | 107 | * @return static |
| 103 | 108 | */ |
| 104 | 109 | public static function flockAttachmentDownloadException($exception) |
@@ -109,6 +114,7 @@ discard block |
||
| 109 | 114 | /** |
| 110 | 115 | * Thrown when attachment button field has an error. |
| 111 | 116 | * |
| 117 | + * @param string $exception |
|
| 112 | 118 | * @return static |
| 113 | 119 | */ |
| 114 | 120 | public static function flockAttachmentButtonException($exception) |