UNPKG

igir

Version:

🕹 A zero-setup ROM collection manager that sorts, filters, extracts or archives, patches, and reports on collections of any size on any OS.

7 lines (6 loc) • 199 B
import IgirException from './igirException.js'; /** * An {@link Error} thrown when an output token fails to be replaced. */ export default class TokenReplacementException extends IgirException { }