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 b49f8af commit 96d9107Copy full SHA for 96d9107
src/Notes/AccountFailure.php
@@ -56,7 +56,7 @@ public static function get_note( string $message ) {
56
*
57
* @param string $message Pinterest API error message.
58
* @return void
59
- * @throws NotesUnavailableException
+ * @throws NotesUnavailableException An exception when notes are unavailable.
60
*/
61
public static function maybe_add_note( string $message ): void {
62
if ( self::note_exists() ) {
0 commit comments