UNPKG
@technovilla/x-document
Version:
latest (1.0.13)
1.0.13
Javascript implementation of .NET XDocument
@technovilla/x-document
/
dist
/
exceptions.d.ts
6 lines
(5 loc)
•
122 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
ElementNotFound
{
private
msg;
constructor
(
message
:
string
);
readonly
message
:
string
; }