# NothingToPasteError Class
Error thrown when there is nothing to paste by the paste method.
# Constructors
# constructor
+ new NothingToPasteError(): NothingToPasteError
Defined in src/errors.ts:128 (opens new window)
Returns: NothingToPasteError
# Properties
# message
• message: string
# name
• name: string
# stack Optional
• stack? : undefined | string
# Error Static
▪ Error: ErrorConstructor