Skip to content

Commit

Permalink
Updated comment for error class
Browse files Browse the repository at this point in the history
  • Loading branch information
okaycj committed Sep 4, 2024
1 parent d2135fb commit d803131
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/lookit-initjspsych/src/errors.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/** Error when the upload part retries run out. */
export class SequenceExpDataError extends Error {
/**
* Error when the upload part retries run out.
*
* @param error - Error object generated by upload part function.
*/
/** Error when the upload part retries run out. */
public constructor() {
super("Experiment sequence or data missing.");
this.name = "SequenceExpDataError";
Expand Down

0 comments on commit d803131

Please sign in to comment.