Skip to content

Commit

Permalink
Removing unneeded export
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-buttner committed Feb 19, 2021
1 parent f825ede commit a7d6fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/case/server/common/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Logger } from 'src/core/server';
/**
* Helper class for wrapping errors while preserving the original thrown error.
*/
export class CaseError extends Error {
class CaseError extends Error {
public readonly wrappedError?: Error;
constructor(message?: string, originalError?: Error) {
super(message);
Expand Down

0 comments on commit a7d6fe5

Please sign in to comment.