remove node_modules and .gitignore them
This commit is contained in:
-18
@@ -1,18 +0,0 @@
|
||||
/**
|
||||
* @packageDocumentation
|
||||
* @module std
|
||||
*/
|
||||
import { LogicError } from "./LogicError";
|
||||
/**
|
||||
* Invalid Argument Exception.
|
||||
*
|
||||
* @author Jeongho Nam - https://github.com/samchon
|
||||
*/
|
||||
export declare class InvalidArgument extends LogicError {
|
||||
/**
|
||||
* Initializer Constructor.
|
||||
*
|
||||
* @param message The error messgae.
|
||||
*/
|
||||
constructor(message: string);
|
||||
}
|
||||
Reference in New Issue
Block a user