Skip to content
This repository was archived by the owner on May 8, 2020. It is now read-only.

Commit 841bcbf

Browse files
author
Travis CI
committed
Travis build: 151 v3.1.1 [ci skip]
1 parent 9c77834 commit 841bcbf

Some content is hidden

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

50 files changed

+51
-51
lines changed

docs/_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- _coverpage.md -->
22

33

4-
# Ts.HttpExceptions <small class="version">3.1.0</small>
4+
# Ts.HttpExceptions <small class="version">3.1.1</small>
55

66
> HTTP Exceptions for REST API based on Express.js
77

docs/api/common/clientErrors/badmapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<header class="symbol-info-header"> <h1 id="badmapping">BadMapping</h1> <label class="symbol-info-type-label class">Class</label> </header>
2-
<section class="symbol-info"> <table class="is-full-width"> <tbody> <tr> <th>Module</th> <td> <div class="lang-typescript"> <span class="token keyword">import</span> { BadMapping } <span class="token keyword">from</span> <span class="token string">"ts-httpexceptions"</span> </div> </td> </tr> <tr> <th>Source</th> <td> <a href="https://romakita.github.io/ts-httpexceptions/blob/v3.1.0/src/clientErrors/BadMapping.ts#L0-L0"> clientErrors/BadMapping.ts </a> </td> </tr> </tbody> </table> </section>
2+
<section class="symbol-info"> <table class="is-full-width"> <tbody> <tr> <th>Module</th> <td> <div class="lang-typescript"> <span class="token keyword">import</span> { BadMapping } <span class="token keyword">from</span> <span class="token string">"ts-httpexceptions"</span> </div> </td> </tr> <tr> <th>Source</th> <td> <a href="https://romakita.github.io/ts-httpexceptions/blob/v3.1.1/src/clientErrors/BadMapping.ts#L0-L0"> clientErrors/BadMapping.ts </a> </td> </tr> </tbody> </table> </section>
33

44
### Overview
55

docs/api/common/clientErrors/badrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<header class="symbol-info-header"> <h1 id="badrequest">BadRequest</h1> <label class="symbol-info-type-label class">Class</label> </header>
2-
<section class="symbol-info"> <table class="is-full-width"> <tbody> <tr> <th>Module</th> <td> <div class="lang-typescript"> <span class="token keyword">import</span> { BadRequest } <span class="token keyword">from</span> <span class="token string">"ts-httpexceptions"</span> </div> </td> </tr> <tr> <th>Source</th> <td> <a href="https://romakita.github.io/ts-httpexceptions/blob/v3.1.0/src/clientErrors/BadRequest.ts#L0-L0"> clientErrors/BadRequest.ts </a> </td> </tr> </tbody> </table> </section>
2+
<section class="symbol-info"> <table class="is-full-width"> <tbody> <tr> <th>Module</th> <td> <div class="lang-typescript"> <span class="token keyword">import</span> { BadRequest } <span class="token keyword">from</span> <span class="token string">"ts-httpexceptions"</span> </div> </td> </tr> <tr> <th>Source</th> <td> <a href="https://romakita.github.io/ts-httpexceptions/blob/v3.1.1/src/clientErrors/BadRequest.ts#L0-L0"> clientErrors/BadRequest.ts </a> </td> </tr> </tbody> </table> </section>
33

44
### Overview
55

docs/api/common/clientErrors/conflict.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<header class="symbol-info-header"> <h1 id="conflict">Conflict</h1> <label class="symbol-info-type-label class">Class</label> </header>
2-
<section class="symbol-info"> <table class="is-full-width"> <tbody> <tr> <th>Module</th> <td> <div class="lang-typescript"> <span class="token keyword">import</span> { Conflict } <span class="token keyword">from</span> <span class="token string">"ts-httpexceptions"</span> </div> </td> </tr> <tr> <th>Source</th> <td> <a href="https://romakita.github.io/ts-httpexceptions/blob/v3.1.0/src/clientErrors/Conflict.ts#L0-L0"> clientErrors/Conflict.ts </a> </td> </tr> </tbody> </table> </section>
2+
<section class="symbol-info"> <table class="is-full-width"> <tbody> <tr> <th>Module</th> <td> <div class="lang-typescript"> <span class="token keyword">import</span> { Conflict } <span class="token keyword">from</span> <span class="token string">"ts-httpexceptions"</span> </div> </td> </tr> <tr> <th>Source</th> <td> <a href="https://romakita.github.io/ts-httpexceptions/blob/v3.1.1/src/clientErrors/Conflict.ts#L0-L0"> clientErrors/Conflict.ts </a> </td> </tr> </tbody> </table> </section>
33

44
### Overview
55

docs/api/common/clientErrors/expectationfailed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<header class="symbol-info-header"> <h1 id="expectationfailed">ExpectationFailed</h1> <label class="symbol-info-type-label class">Class</label> </header>
2-
<section class="symbol-info"> <table class="is-full-width"> <tbody> <tr> <th>Module</th> <td> <div class="lang-typescript"> <span class="token keyword">import</span> { ExpectationFailed } <span class="token keyword">from</span> <span class="token string">"ts-httpexceptions"</span> </div> </td> </tr> <tr> <th>Source</th> <td> <a href="https://romakita.github.io/ts-httpexceptions/blob/v3.1.0/src/clientErrors/ExpectationFailed.ts#L0-L0"> clientErrors/ExpectationFailed.ts </a> </td> </tr> </tbody> </table> </section>
2+
<section class="symbol-info"> <table class="is-full-width"> <tbody> <tr> <th>Module</th> <td> <div class="lang-typescript"> <span class="token keyword">import</span> { ExpectationFailed } <span class="token keyword">from</span> <span class="token string">"ts-httpexceptions"</span> </div> </td> </tr> <tr> <th>Source</th> <td> <a href="https://romakita.github.io/ts-httpexceptions/blob/v3.1.1/src/clientErrors/ExpectationFailed.ts#L0-L0"> clientErrors/ExpectationFailed.ts </a> </td> </tr> </tbody> </table> </section>
33

44
### Overview
55

docs/api/common/clientErrors/forbidden.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<header class="symbol-info-header"> <h1 id="forbidden">Forbidden</h1> <label class="symbol-info-type-label class">Class</label> </header>
2-
<section class="symbol-info"> <table class="is-full-width"> <tbody> <tr> <th>Module</th> <td> <div class="lang-typescript"> <span class="token keyword">import</span> { Forbidden } <span class="token keyword">from</span> <span class="token string">"ts-httpexceptions"</span> </div> </td> </tr> <tr> <th>Source</th> <td> <a href="https://romakita.github.io/ts-httpexceptions/blob/v3.1.0/src/clientErrors/Forbidden.ts#L0-L0"> clientErrors/Forbidden.ts </a> </td> </tr> </tbody> </table> </section>
2+
<section class="symbol-info"> <table class="is-full-width"> <tbody> <tr> <th>Module</th> <td> <div class="lang-typescript"> <span class="token keyword">import</span> { Forbidden } <span class="token keyword">from</span> <span class="token string">"ts-httpexceptions"</span> </div> </td> </tr> <tr> <th>Source</th> <td> <a href="https://romakita.github.io/ts-httpexceptions/blob/v3.1.1/src/clientErrors/Forbidden.ts#L0-L0"> clientErrors/Forbidden.ts </a> </td> </tr> </tbody> </table> </section>
33

44
### Overview
55

docs/api/common/clientErrors/gone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<header class="symbol-info-header"> <h1 id="gone">Gone</h1> <label class="symbol-info-type-label class">Class</label> </header>
2-
<section class="symbol-info"> <table class="is-full-width"> <tbody> <tr> <th>Module</th> <td> <div class="lang-typescript"> <span class="token keyword">import</span> { Gone } <span class="token keyword">from</span> <span class="token string">"ts-httpexceptions"</span> </div> </td> </tr> <tr> <th>Source</th> <td> <a href="https://romakita.github.io/ts-httpexceptions/blob/v3.1.0/src/clientErrors/Gone.ts#L0-L0"> clientErrors/Gone.ts </a> </td> </tr> </tbody> </table> </section>
2+
<section class="symbol-info"> <table class="is-full-width"> <tbody> <tr> <th>Module</th> <td> <div class="lang-typescript"> <span class="token keyword">import</span> { Gone } <span class="token keyword">from</span> <span class="token string">"ts-httpexceptions"</span> </div> </td> </tr> <tr> <th>Source</th> <td> <a href="https://romakita.github.io/ts-httpexceptions/blob/v3.1.1/src/clientErrors/Gone.ts#L0-L0"> clientErrors/Gone.ts </a> </td> </tr> </tbody> </table> </section>
33

44
### Overview
55

docs/api/common/clientErrors/imateapot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<header class="symbol-info-header"> <h1 id="imateapot">ImATeapot</h1> <label class="symbol-info-type-label class">Class</label> </header>
2-
<section class="symbol-info"> <table class="is-full-width"> <tbody> <tr> <th>Module</th> <td> <div class="lang-typescript"> <span class="token keyword">import</span> { ImATeapot } <span class="token keyword">from</span> <span class="token string">"ts-httpexceptions"</span> </div> </td> </tr> <tr> <th>Source</th> <td> <a href="https://romakita.github.io/ts-httpexceptions/blob/v3.1.0/src/clientErrors/ImATeapot.ts#L0-L0"> clientErrors/ImATeapot.ts </a> </td> </tr> </tbody> </table> </section>
2+
<section class="symbol-info"> <table class="is-full-width"> <tbody> <tr> <th>Module</th> <td> <div class="lang-typescript"> <span class="token keyword">import</span> { ImATeapot } <span class="token keyword">from</span> <span class="token string">"ts-httpexceptions"</span> </div> </td> </tr> <tr> <th>Source</th> <td> <a href="https://romakita.github.io/ts-httpexceptions/blob/v3.1.1/src/clientErrors/ImATeapot.ts#L0-L0"> clientErrors/ImATeapot.ts </a> </td> </tr> </tbody> </table> </section>
33

44
### Overview
55

docs/api/common/clientErrors/lengthrequired.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<header class="symbol-info-header"> <h1 id="lengthrequired">LengthRequired</h1> <label class="symbol-info-type-label class">Class</label> </header>
2-
<section class="symbol-info"> <table class="is-full-width"> <tbody> <tr> <th>Module</th> <td> <div class="lang-typescript"> <span class="token keyword">import</span> { LengthRequired } <span class="token keyword">from</span> <span class="token string">"ts-httpexceptions"</span> </div> </td> </tr> <tr> <th>Source</th> <td> <a href="https://romakita.github.io/ts-httpexceptions/blob/v3.1.0/src/clientErrors/LengthRequired.ts#L0-L0"> clientErrors/LengthRequired.ts </a> </td> </tr> </tbody> </table> </section>
2+
<section class="symbol-info"> <table class="is-full-width"> <tbody> <tr> <th>Module</th> <td> <div class="lang-typescript"> <span class="token keyword">import</span> { LengthRequired } <span class="token keyword">from</span> <span class="token string">"ts-httpexceptions"</span> </div> </td> </tr> <tr> <th>Source</th> <td> <a href="https://romakita.github.io/ts-httpexceptions/blob/v3.1.1/src/clientErrors/LengthRequired.ts#L0-L0"> clientErrors/LengthRequired.ts </a> </td> </tr> </tbody> </table> </section>
33

44
### Overview
55

docs/api/common/clientErrors/methodnotallowed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<header class="symbol-info-header"> <h1 id="methodnotallowed">MethodNotAllowed</h1> <label class="symbol-info-type-label class">Class</label> </header>
2-
<section class="symbol-info"> <table class="is-full-width"> <tbody> <tr> <th>Module</th> <td> <div class="lang-typescript"> <span class="token keyword">import</span> { MethodNotAllowed } <span class="token keyword">from</span> <span class="token string">"ts-httpexceptions"</span> </div> </td> </tr> <tr> <th>Source</th> <td> <a href="https://romakita.github.io/ts-httpexceptions/blob/v3.1.0/src/clientErrors/MethodNotAllowed.ts#L0-L0"> clientErrors/MethodNotAllowed.ts </a> </td> </tr> </tbody> </table> </section>
2+
<section class="symbol-info"> <table class="is-full-width"> <tbody> <tr> <th>Module</th> <td> <div class="lang-typescript"> <span class="token keyword">import</span> { MethodNotAllowed } <span class="token keyword">from</span> <span class="token string">"ts-httpexceptions"</span> </div> </td> </tr> <tr> <th>Source</th> <td> <a href="https://romakita.github.io/ts-httpexceptions/blob/v3.1.1/src/clientErrors/MethodNotAllowed.ts#L0-L0"> clientErrors/MethodNotAllowed.ts </a> </td> </tr> </tbody> </table> </section>
33

44
### Overview
55

0 commit comments

Comments
 (0)