UNPKG

@arsat/mixin

Version:

## Description

8 lines (7 loc) 198 B
export class MixinException extends Error { constructor(Delegate: Function, Self: Function) { super( `${Delegate.name} is a subclass of ${Self.name}. Mixin is not allowed.` ); } }