working rss feed to nostr publish
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* @packageDocumentation
|
||||
* @module std
|
||||
*/
|
||||
import { RuntimeError } from "./RuntimeError";
|
||||
/**
|
||||
* Range Error.
|
||||
*
|
||||
* @author Jeongho Nam - https://github.com/samchon
|
||||
*/
|
||||
export declare class RangeError extends RuntimeError {
|
||||
/**
|
||||
* Initializer Constructor.
|
||||
*
|
||||
* @param message The error messgae.
|
||||
*/
|
||||
constructor(message: string);
|
||||
}
|
||||
Reference in New Issue
Block a user