Skip to content

Commit

Permalink
feat(utils): adds open
Browse files Browse the repository at this point in the history
  • Loading branch information
rafamel committed Apr 21, 2019
1 parent 0c2e4fa commit 4ceb22b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/utils/open.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { scope, Errorish } from 'errorish';

export class OpenError<T> extends Errorish<T> {}

export default scope.set('_kpo_open_', {
Error: OpenError,
Errorish: OpenError
});

0 comments on commit 4ceb22b

Please sign in to comment.