6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
|
import {ErrorWithContext} from '../util'
|
||
|
|
||
|
export class AuthenticatableAlreadyExistsError extends ErrorWithContext {
|
||
|
|
||
|
}
|