Skip to content

Commit d64beb6

Browse files
author
Romulo Bordezani
committed
Updating Docs
1 parent 87ed007 commit d64beb6

53 files changed

Lines changed: 115 additions & 101 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/classes/ErrorHandler.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h4>Hierarchy</h4>
2424
<ul class="tsd-hierarchy">
2525
<li><span class="target">ErrorHandler</span></li></ul></section><aside class="tsd-sources">
2626
<ul>
27-
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/28550f9/src/custom-errors/ErrorHandler/ErrorHandler.ts#L8">src/custom-errors/ErrorHandler/ErrorHandler.ts:8</a></li></ul></aside>
27+
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/87ed007/src/custom-errors/ErrorHandler/ErrorHandler.ts#L8">src/custom-errors/ErrorHandler/ErrorHandler.ts:8</a></li></ul></aside>
2828
<section class="tsd-panel-group tsd-index-group">
2929
<section class="tsd-panel tsd-index-panel">
3030
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -71,7 +71,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">never</sp
7171
<div class="tsd-comment tsd-typography">
7272
<h4>Throws</h4></div><aside class="tsd-sources">
7373
<ul>
74-
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/28550f9/src/custom-errors/ErrorHandler/ErrorHandler.ts#L13">src/custom-errors/ErrorHandler/ErrorHandler.ts:13</a></li></ul></aside></li></ul></section></section></div>
74+
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/87ed007/src/custom-errors/ErrorHandler/ErrorHandler.ts#L13">src/custom-errors/ErrorHandler/ErrorHandler.ts:13</a></li></ul></aside></li></ul></section></section></div>
7575
<div class="col-sidebar">
7676
<div class="page-menu">
7777
<div class="tsd-navigation settings">

docs/classes/Formoose.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h4>Hierarchy</h4>
2525
<ul class="tsd-hierarchy">
2626
<li><span class="target">Formoose</span></li></ul></section><aside class="tsd-sources">
2727
<ul>
28-
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/28550f9/src/core/Formoose/Formoose.ts#L5">src/core/Formoose/Formoose.ts:5</a></li></ul></aside>
28+
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/87ed007/src/core/Formoose/Formoose.ts#L5">src/core/Formoose/Formoose.ts:5</a></li></ul></aside>
2929
<section class="tsd-panel-group tsd-index-group">
3030
<section class="tsd-panel tsd-index-panel">
3131
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -48,7 +48,7 @@ <h4>Deprecated</h4>
4848
<h4>Throws</h4><p>Error</p>
4949
</div><aside class="tsd-sources">
5050
<ul>
51-
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/28550f9/src/core/Formoose/Formoose.ts#L11">src/core/Formoose/Formoose.ts:11</a></li></ul></aside></li></ul></section></section></div>
51+
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/87ed007/src/core/Formoose/Formoose.ts#L11">src/core/Formoose/Formoose.ts:11</a></li></ul></aside></li></ul></section></section></div>
5252
<div class="col-sidebar">
5353
<div class="page-menu">
5454
<div class="tsd-navigation settings">

docs/classes/FormooseError.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h4>Implements</h4>
2626
<ul class="tsd-hierarchy">
2727
<li><a href="../interfaces/CustomError.html" class="tsd-signature-type tsd-kind-interface">CustomError</a></li></ul></section><aside class="tsd-sources">
2828
<ul>
29-
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/28550f9/src/custom-errors/FormooseError/FormooseError.ts#L8">src/custom-errors/FormooseError/FormooseError.ts:8</a></li></ul></aside>
29+
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/87ed007/src/custom-errors/FormooseError/FormooseError.ts#L8">src/custom-errors/FormooseError/FormooseError.ts:8</a></li></ul></aside>
3030
<section class="tsd-panel-group tsd-index-group">
3131
<section class="tsd-panel tsd-index-panel">
3232
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -73,7 +73,7 @@ <h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-
7373
<h4 class="tsd-returns-title">Returns <a href="FormooseError.html" class="tsd-signature-type tsd-kind-class">FormooseError</a></h4><aside class="tsd-sources">
7474
<p>Overrides Error.constructor</p>
7575
<ul>
76-
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/28550f9/src/custom-errors/FormooseError/FormooseError.ts#L14">src/custom-errors/FormooseError/FormooseError.ts:14</a></li></ul></aside></li></ul></section></section>
76+
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/87ed007/src/custom-errors/FormooseError/FormooseError.ts#L14">src/custom-errors/FormooseError/FormooseError.ts:14</a></li></ul></aside></li></ul></section></section>
7777
<section class="tsd-panel-group tsd-member-group">
7878
<h2>Properties</h2>
7979
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="cause" class="tsd-anchor"></a>
@@ -87,14 +87,14 @@ <h3 class="tsd-anchor-link"><span>field</span><a href="#field" aria-label="Perma
8787
<div class="tsd-signature"><span class="tsd-kind-property">field</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
8888
<p>Implementation of <a href="../interfaces/CustomError.html">CustomError</a>.<a href="../interfaces/CustomError.html#field">field</a></p>
8989
<ul>
90-
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/28550f9/src/custom-errors/FormooseError/FormooseError.ts#L10">src/custom-errors/FormooseError/FormooseError.ts:10</a></li></ul></aside></section>
90+
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/87ed007/src/custom-errors/FormooseError/FormooseError.ts#L10">src/custom-errors/FormooseError/FormooseError.ts:10</a></li></ul></aside></section>
9191
<section class="tsd-panel tsd-member"><a id="message" class="tsd-anchor"></a>
9292
<h3 class="tsd-anchor-link"><span>message</span><a href="#message" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
9393
<div class="tsd-signature"><span class="tsd-kind-property">message</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
9494
<p>Implementation of <a href="../interfaces/CustomError.html">CustomError</a>.<a href="../interfaces/CustomError.html#message">message</a></p>
9595
<p>Overrides Error.message</p>
9696
<ul>
97-
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/28550f9/src/custom-errors/FormooseError/FormooseError.ts#L9">src/custom-errors/FormooseError/FormooseError.ts:9</a></li></ul></aside></section>
97+
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/87ed007/src/custom-errors/FormooseError/FormooseError.ts#L9">src/custom-errors/FormooseError/FormooseError.ts:9</a></li></ul></aside></section>
9898
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="name" class="tsd-anchor"></a>
9999
<h3 class="tsd-anchor-link"><span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
100100
<div class="tsd-signature"><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
@@ -113,13 +113,13 @@ <h3 class="tsd-anchor-link"><span>translated<wbr/>Message<wbr/>Interpolators</sp
113113
<div class="tsd-signature"><span class="tsd-kind-property">translated<wbr/>Message<wbr/>Interpolators</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div><aside class="tsd-sources">
114114
<p>Implementation of <a href="../interfaces/CustomError.html">CustomError</a>.<a href="../interfaces/CustomError.html#translatedMessageInterpolators">translatedMessageInterpolators</a></p>
115115
<ul>
116-
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/28550f9/src/custom-errors/FormooseError/FormooseError.ts#L12">src/custom-errors/FormooseError/FormooseError.ts:12</a></li></ul></aside></section>
116+
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/87ed007/src/custom-errors/FormooseError/FormooseError.ts#L12">src/custom-errors/FormooseError/FormooseError.ts:12</a></li></ul></aside></section>
117117
<section class="tsd-panel tsd-member"><a id="translatedMessageKey" class="tsd-anchor"></a>
118118
<h3 class="tsd-anchor-link"><span>translated<wbr/>Message<wbr/>Key</span><a href="#translatedMessageKey" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
119119
<div class="tsd-signature"><span class="tsd-kind-property">translated<wbr/>Message<wbr/>Key</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
120120
<p>Implementation of <a href="../interfaces/CustomError.html">CustomError</a>.<a href="../interfaces/CustomError.html#translatedMessageKey">translatedMessageKey</a></p>
121121
<ul>
122-
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/28550f9/src/custom-errors/FormooseError/FormooseError.ts#L11">src/custom-errors/FormooseError/FormooseError.ts:11</a></li></ul></aside></section>
122+
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/87ed007/src/custom-errors/FormooseError/FormooseError.ts#L11">src/custom-errors/FormooseError/FormooseError.ts:11</a></li></ul></aside></section>
123123
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="prepareStackTrace" class="tsd-anchor"></a>
124124
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <code class="tsd-tag ts-flagOptional">Optional</code> <span>prepare<wbr/>Stack<wbr/>Trace</span><a href="#prepareStackTrace" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
125125
<div class="tsd-signature"><span class="tsd-kind-property">prepare<wbr/>Stack<wbr/>Trace</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">err</span>, <span class="tsd-kind-parameter">stackTraces</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span></div>

docs/enums/ErrorCodes.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<li><a href="ErrorCodes.html">ErrorCodes</a></li></ul>
1717
<h1>Enumeration ErrorCodes</h1></div><aside class="tsd-sources">
1818
<ul>
19-
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/28550f9/src/custom-errors/ErrorCodes/ErrorCodes.ts#L4">src/custom-errors/ErrorCodes/ErrorCodes.ts:4</a></li></ul></aside>
19+
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/87ed007/src/custom-errors/ErrorCodes/ErrorCodes.ts#L4">src/custom-errors/ErrorCodes/ErrorCodes.ts:4</a></li></ul></aside>
2020
<section class="tsd-panel-group tsd-index-group">
2121
<section class="tsd-panel tsd-index-panel">
2222
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -40,47 +40,47 @@ <h2>Enumeration Members</h2>
4040
<h3 class="tsd-anchor-link"><span>alphabetical-<wbr/>chars-<wbr/>only</span><a href="#alphabetical_chars_only" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
4141
<div class="tsd-signature"><span class="tsd-kind-enum-member">alphabetical-<wbr/>chars-<wbr/>only</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;alphabetical-chars-only&quot;</span></div><aside class="tsd-sources">
4242
<ul>
43-
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/28550f9/src/custom-errors/ErrorCodes/ErrorCodes.ts#L5">src/custom-errors/ErrorCodes/ErrorCodes.ts:5</a></li></ul></aside></section>
43+
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/87ed007/src/custom-errors/ErrorCodes/ErrorCodes.ts#L5">src/custom-errors/ErrorCodes/ErrorCodes.ts:5</a></li></ul></aside></section>
4444
<section class="tsd-panel tsd-member"><a id="chars_lenght_is_too_short" class="tsd-anchor"></a>
4545
<h3 class="tsd-anchor-link"><span>chars-<wbr/>lenght-<wbr/>is-<wbr/>too-<wbr/>short</span><a href="#chars_lenght_is_too_short" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
4646
<div class="tsd-signature"><span class="tsd-kind-enum-member">chars-<wbr/>lenght-<wbr/>is-<wbr/>too-<wbr/>short</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;chars-lenght-is-too-short&quot;</span></div><aside class="tsd-sources">
4747
<ul>
48-
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/28550f9/src/custom-errors/ErrorCodes/ErrorCodes.ts#L11">src/custom-errors/ErrorCodes/ErrorCodes.ts:11</a></li></ul></aside></section>
48+
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/87ed007/src/custom-errors/ErrorCodes/ErrorCodes.ts#L11">src/custom-errors/ErrorCodes/ErrorCodes.ts:11</a></li></ul></aside></section>
4949
<section class="tsd-panel tsd-member"><a id="chars_limit_exceeded" class="tsd-anchor"></a>
5050
<h3 class="tsd-anchor-link"><span>chars-<wbr/>limit-<wbr/>exceeded</span><a href="#chars_limit_exceeded" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
5151
<div class="tsd-signature"><span class="tsd-kind-enum-member">chars-<wbr/>limit-<wbr/>exceeded</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;chars-limit-exceeded&quot;</span></div><aside class="tsd-sources">
5252
<ul>
53-
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/28550f9/src/custom-errors/ErrorCodes/ErrorCodes.ts#L10">src/custom-errors/ErrorCodes/ErrorCodes.ts:10</a></li></ul></aside></section>
53+
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/87ed007/src/custom-errors/ErrorCodes/ErrorCodes.ts#L10">src/custom-errors/ErrorCodes/ErrorCodes.ts:10</a></li></ul></aside></section>
5454
<section class="tsd-panel tsd-member"><a id="does_not_match_enum" class="tsd-anchor"></a>
5555
<h3 class="tsd-anchor-link"><span>does-<wbr/>not-<wbr/>match-<wbr/>enum</span><a href="#does_not_match_enum" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
5656
<div class="tsd-signature"><span class="tsd-kind-enum-member">does-<wbr/>not-<wbr/>match-<wbr/>enum</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;does-not-match-enum&quot;</span></div><aside class="tsd-sources">
5757
<ul>
58-
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/28550f9/src/custom-errors/ErrorCodes/ErrorCodes.ts#L9">src/custom-errors/ErrorCodes/ErrorCodes.ts:9</a></li></ul></aside></section>
58+
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/87ed007/src/custom-errors/ErrorCodes/ErrorCodes.ts#L9">src/custom-errors/ErrorCodes/ErrorCodes.ts:9</a></li></ul></aside></section>
5959
<section class="tsd-panel tsd-member"><a id="failed_custom_validate" class="tsd-anchor"></a>
6060
<h3 class="tsd-anchor-link"><span>failed-<wbr/>custom-<wbr/>validate</span><a href="#failed_custom_validate" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
6161
<div class="tsd-signature"><span class="tsd-kind-enum-member">failed-<wbr/>custom-<wbr/>validate</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;failed-custom-validate&quot;</span></div><aside class="tsd-sources">
6262
<ul>
63-
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/28550f9/src/custom-errors/ErrorCodes/ErrorCodes.ts#L13">src/custom-errors/ErrorCodes/ErrorCodes.ts:13</a></li></ul></aside></section>
63+
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/87ed007/src/custom-errors/ErrorCodes/ErrorCodes.ts#L13">src/custom-errors/ErrorCodes/ErrorCodes.ts:13</a></li></ul></aside></section>
6464
<section class="tsd-panel tsd-member"><a id="is_empty" class="tsd-anchor"></a>
6565
<h3 class="tsd-anchor-link"><span>is-<wbr/>empty</span><a href="#is_empty" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
6666
<div class="tsd-signature"><span class="tsd-kind-enum-member">is-<wbr/>empty</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;is-empty&quot;</span></div><aside class="tsd-sources">
6767
<ul>
68-
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/28550f9/src/custom-errors/ErrorCodes/ErrorCodes.ts#L7">src/custom-errors/ErrorCodes/ErrorCodes.ts:7</a></li></ul></aside></section>
68+
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/87ed007/src/custom-errors/ErrorCodes/ErrorCodes.ts#L7">src/custom-errors/ErrorCodes/ErrorCodes.ts:7</a></li></ul></aside></section>
6969
<section class="tsd-panel tsd-member"><a id="is_not_a_boolean" class="tsd-anchor"></a>
7070
<h3 class="tsd-anchor-link"><span>is-<wbr/>not-<wbr/>a-<wbr/>boolean</span><a href="#is_not_a_boolean" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
7171
<div class="tsd-signature"><span class="tsd-kind-enum-member">is-<wbr/>not-<wbr/>a-<wbr/>boolean</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;is-not-a-boolean&quot;</span></div><aside class="tsd-sources">
7272
<ul>
73-
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/28550f9/src/custom-errors/ErrorCodes/ErrorCodes.ts#L6">src/custom-errors/ErrorCodes/ErrorCodes.ts:6</a></li></ul></aside></section>
73+
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/87ed007/src/custom-errors/ErrorCodes/ErrorCodes.ts#L6">src/custom-errors/ErrorCodes/ErrorCodes.ts:6</a></li></ul></aside></section>
7474
<section class="tsd-panel tsd-member"><a id="is_not_a_number" class="tsd-anchor"></a>
7575
<h3 class="tsd-anchor-link"><span>is-<wbr/>not-<wbr/>a-<wbr/>number</span><a href="#is_not_a_number" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
7676
<div class="tsd-signature"><span class="tsd-kind-enum-member">is-<wbr/>not-<wbr/>a-<wbr/>number</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;is-not-a-number&quot;</span></div><aside class="tsd-sources">
7777
<ul>
78-
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/28550f9/src/custom-errors/ErrorCodes/ErrorCodes.ts#L8">src/custom-errors/ErrorCodes/ErrorCodes.ts:8</a></li></ul></aside></section>
78+
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/87ed007/src/custom-errors/ErrorCodes/ErrorCodes.ts#L8">src/custom-errors/ErrorCodes/ErrorCodes.ts:8</a></li></ul></aside></section>
7979
<section class="tsd-panel tsd-member"><a id="is_not_an_array" class="tsd-anchor"></a>
8080
<h3 class="tsd-anchor-link"><span>is-<wbr/>not-<wbr/>an-<wbr/>array</span><a href="#is_not_an_array" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
8181
<div class="tsd-signature"><span class="tsd-kind-enum-member">is-<wbr/>not-<wbr/>an-<wbr/>array</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;is-not-an-array&quot;</span></div><aside class="tsd-sources">
8282
<ul>
83-
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/28550f9/src/custom-errors/ErrorCodes/ErrorCodes.ts#L12">src/custom-errors/ErrorCodes/ErrorCodes.ts:12</a></li></ul></aside></section></section></div>
83+
<li>Defined in <a href="https://github.com/romulobordezani/formoose/blob/87ed007/src/custom-errors/ErrorCodes/ErrorCodes.ts#L12">src/custom-errors/ErrorCodes/ErrorCodes.ts:12</a></li></ul></aside></section></section></div>
8484
<div class="col-sidebar">
8585
<div class="page-menu">
8686
<div class="tsd-navigation settings">

0 commit comments

Comments
 (0)