Skip to content

Commit

Permalink
Improved error message when no date adapter provided (#9147)
Browse files Browse the repository at this point in the history
  • Loading branch information
etimberg committed May 22, 2021
1 parent ee51960 commit 087f9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/core.adapters.js
Expand Up @@ -8,7 +8,7 @@
* @return {*}
*/
function abstract() {
throw new Error('This method is not implemented: either no adapter can be found or an incomplete integration was provided.');
throw new Error('This method is not implemented: Check that a complete date adapter is provided.');
}

/**
Expand Down

0 comments on commit 087f9c3

Please sign in to comment.