@@ -32,7 +32,7 @@ class ShieldsRuntimeError extends Error {
3232 }
3333
3434 /**
35- * @param {module:core/base-service/errors~ RuntimeErrorProps } props
35+ * @param {RuntimeErrorProps } props
3636 * Refer to individual attrs
3737 * @param {string } message Exception message for debug purposes
3838 */
@@ -61,7 +61,7 @@ class NotFound extends ShieldsRuntimeError {
6161 }
6262
6363 /**
64- * @param {module:core/base-service/errors~ RuntimeErrorProps } props
64+ * @param {RuntimeErrorProps } props
6565 * Refer to individual attrs
6666 */
6767 constructor ( props = { } ) {
@@ -88,7 +88,7 @@ class InvalidResponse extends ShieldsRuntimeError {
8888 }
8989
9090 /**
91- * @param {module:core/base-service/errors~ RuntimeErrorProps } props
91+ * @param {RuntimeErrorProps } props
9292 * Refer to individual attrs
9393 */
9494 constructor ( props = { } ) {
@@ -114,7 +114,7 @@ class Inaccessible extends ShieldsRuntimeError {
114114 }
115115
116116 /**
117- * @param {module:core/base-service/errors~ RuntimeErrorProps } props
117+ * @param {RuntimeErrorProps } props
118118 * Refer to individual attrs
119119 */
120120 constructor ( props = { } ) {
@@ -139,7 +139,7 @@ class ImproperlyConfigured extends ShieldsRuntimeError {
139139 }
140140
141141 /**
142- * @param {module:core/base-service/errors~ RuntimeErrorProps } props
142+ * @param {RuntimeErrorProps } props
143143 * Refer to individual attrs
144144 */
145145 constructor ( props = { } ) {
@@ -165,7 +165,7 @@ class InvalidParameter extends ShieldsRuntimeError {
165165 }
166166
167167 /**
168- * @param {module:core/base-service/errors~ RuntimeErrorProps } props
168+ * @param {RuntimeErrorProps } props
169169 * Refer to individual attrs
170170 */
171171 constructor ( props = { } ) {
@@ -190,7 +190,7 @@ class Deprecated extends ShieldsRuntimeError {
190190 }
191191
192192 /**
193- * @param {module:core/base-service/errors~ RuntimeErrorProps } props
193+ * @param {RuntimeErrorProps } props
194194 * Refer to individual attrs
195195 */
196196 constructor ( props ) {
0 commit comments