Skip to content

Commit

Permalink
feat(refactor): rename exception
Browse files Browse the repository at this point in the history
  • Loading branch information
ging-dev committed Jul 9, 2024
1 parent d8b1114 commit 4c8eaf7
Show file tree
Hide file tree
Showing 26 changed files with 138 additions and 444 deletions.
249 changes: 0 additions & 249 deletions docs/ErrorException.html

This file was deleted.

20 changes: 4 additions & 16 deletions docs/Exception.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,21 +113,14 @@ <h1>

<ul class="classTree">
<li>
<a href="IPay.Exception.SessionExpiredException.html"><span>IPay\Exception\SessionExpiredException</span></a>
<a href="IPay.Exception.SessionException.html"><span>IPay\Exception\SessionException</span></a>


</li>
<li>
<a href="ErrorException.html"><span>ErrorException</span></a>


<ul class="classTree">
<li>
<a href="IPay.Exception.LoginFailedException.html"><span>IPay\Exception\LoginFailedException</span></a>
<a href="IPay.Exception.LoginException.html"><span>IPay\Exception\LoginException</span></a>


</li>
</ul>
</li>
<li>
<a href="LogicException.html"><span>LogicException</span></a>
Expand Down Expand Up @@ -187,12 +180,12 @@ <h1>

<ul class="classTree">
<li>
<a href="EventSauce.ObjectHydrator.UnableToSerializeObject.html"><span>EventSauce\ObjectHydrator\UnableToSerializeObject</span></a>
<a href="EventSauce.ObjectHydrator.UnableToHydrateObject.html"><span>EventSauce\ObjectHydrator\UnableToHydrateObject</span></a>


</li>
<li>
<a href="EventSauce.ObjectHydrator.UnableToHydrateObject.html"><span>EventSauce\ObjectHydrator\UnableToHydrateObject</span></a>
<a href="EventSauce.ObjectHydrator.UnableToSerializeObject.html"><span>EventSauce\ObjectHydrator\UnableToSerializeObject</span></a>


</li>
Expand Down Expand Up @@ -248,11 +241,6 @@ <h1>



<h4>Overriden by</h4>
<ul>
<li>
<a href="ErrorException.html#___construct"> <code>ErrorException::__construct()</code></a> </li>
</ul>
</div>
</td>
<td class="table-anchor">
Expand Down
6 changes: 3 additions & 3 deletions docs/IPay.Api.AuthenticatedApi.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ <h1>
<h4>Throws</h4>
<table>
<tr>
<td><code><a href="IPay.Exception.SessionExpiredException.html"><span>IPay\Exception\SessionExpiredException</span></a></code>&nbsp;</td>
<td><code><a href="IPay.Exception.SessionException.html"><span>IPay\Exception\SessionException</span></a></code>&nbsp;</td>
<td></td>
</tr>
</table>
Expand Down Expand Up @@ -221,7 +221,7 @@ <h4>Throws</h4>
<h4>Throws</h4>
<table>
<tr>
<td><code><a href="IPay.Exception.SessionExpiredException.html"><span>IPay\Exception\SessionExpiredException</span></a></code>&nbsp;</td>
<td><code><a href="IPay.Exception.SessionException.html"><span>IPay\Exception\SessionException</span></a></code>&nbsp;</td>
<td></td>
</tr>
</table>
Expand Down Expand Up @@ -256,7 +256,7 @@ <h4>Throws</h4>
<h4>Throws</h4>
<table>
<tr>
<td><code><a href="IPay.Exception.SessionExpiredException.html"><span>IPay\Exception\SessionExpiredException</span></a></code>&nbsp;</td>
<td><code><a href="IPay.Exception.SessionException.html"><span>IPay\Exception\SessionException</span></a></code>&nbsp;</td>
<td></td>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion docs/IPay.Api.UnauthenticatedApi.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ <h1>
<h4>Throws</h4>
<table>
<tr>
<td><code><a href="IPay.Exception.LoginFailedException.html"><span>IPay\Exception\LoginFailedException</span></a></code>&nbsp;</td>
<td><code><a href="IPay.Exception.LoginException.html"><span>IPay\Exception\LoginException</span></a></code>&nbsp;</td>
<td></td>
</tr>
</table>
Expand Down
Loading

0 comments on commit 4c8eaf7

Please sign in to comment.