diff --git a/docs/release-source/release/spies.md b/docs/release-source/release/spies.md index dba8861a8..9c23fba48 100644 --- a/docs/release-source/release/spies.md +++ b/docs/release-source/release/spies.md @@ -282,10 +282,6 @@ Returns `true` if spy threw an exception at least once. Returns `true` if spy threw an exception of the provided type at least once. -#### `spy.threw(obj);` - -Returns `true` if spy threw the provided exception object at least once. - #### `spy.alwaysThrew();` Returns `true` if spy always threw an exception. @@ -294,10 +290,6 @@ Returns `true` if spy always threw an exception. Returns `true` if spy always threw an exception of the provided type. -#### `spy.alwaysThrew(obj);` - -Returns `true` if spy always threw the provided exception object. - #### `spy.returned(obj);` Returns `true` if spy returned the provided value at least once.