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 9e5d321
Show file tree
Hide file tree
Showing 32 changed files with 262 additions and 259 deletions.
16 changes: 8 additions & 8 deletions docs/ArrayAccess.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@ <h1>
<h4>Implemented by</h4>
<ul>
<li>
<a href="Symfony.Component.OptionsResolver.OptionsResolver.html#_offsetExists"> <code>Symfony\Component\OptionsResolver\OptionsResolver::offsetExists()</code></a> </li>
<li>
<a href="ArrayObject.html#_offsetExists"> <code>ArrayObject::offsetExists()</code></a> </li>
<li>
<a href="ArrayIterator.html#_offsetExists"> <code>ArrayIterator::offsetExists()</code></a> </li>
<li>
<a href="Symfony.Component.OptionsResolver.OptionsResolver.html#_offsetExists"> <code>Symfony\Component\OptionsResolver\OptionsResolver::offsetExists()</code></a> </li>
</ul>
</div>
</td>
Expand Down Expand Up @@ -228,11 +228,11 @@ <h4>Implemented by</h4>
<h4>Implemented by</h4>
<ul>
<li>
<a href="Symfony.Component.OptionsResolver.OptionsResolver.html#_offsetGet"> <code>Symfony\Component\OptionsResolver\OptionsResolver::offsetGet()</code></a> </li>
<li>
<a href="ArrayObject.html#_offsetGet"> <code>ArrayObject::offsetGet()</code></a> </li>
<li>
<a href="ArrayIterator.html#_offsetGet"> <code>ArrayIterator::offsetGet()</code></a> </li>
<li>
<a href="Symfony.Component.OptionsResolver.OptionsResolver.html#_offsetGet"> <code>Symfony\Component\OptionsResolver\OptionsResolver::offsetGet()</code></a> </li>
</ul>
</div>
</td>
Expand Down Expand Up @@ -263,11 +263,11 @@ <h4>Implemented by</h4>
<h4>Implemented by</h4>
<ul>
<li>
<a href="Symfony.Component.OptionsResolver.OptionsResolver.html#_offsetSet"> <code>Symfony\Component\OptionsResolver\OptionsResolver::offsetSet()</code></a> </li>
<li>
<a href="ArrayObject.html#_offsetSet"> <code>ArrayObject::offsetSet()</code></a> </li>
<li>
<a href="ArrayIterator.html#_offsetSet"> <code>ArrayIterator::offsetSet()</code></a> </li>
<li>
<a href="Symfony.Component.OptionsResolver.OptionsResolver.html#_offsetSet"> <code>Symfony\Component\OptionsResolver\OptionsResolver::offsetSet()</code></a> </li>
</ul>
</div>
</td>
Expand Down Expand Up @@ -298,11 +298,11 @@ <h4>Implemented by</h4>
<h4>Implemented by</h4>
<ul>
<li>
<a href="Symfony.Component.OptionsResolver.OptionsResolver.html#_offsetUnset"> <code>Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset()</code></a> </li>
<li>
<a href="ArrayObject.html#_offsetUnset"> <code>ArrayObject::offsetUnset()</code></a> </li>
<li>
<a href="ArrayIterator.html#_offsetUnset"> <code>ArrayIterator::offsetUnset()</code></a> </li>
<li>
<a href="Symfony.Component.OptionsResolver.OptionsResolver.html#_offsetUnset"> <code>Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset()</code></a> </li>
</ul>
</div>
</td>
Expand Down
4 changes: 2 additions & 2 deletions docs/Countable.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@ <h1>
<h4>Implemented by</h4>
<ul>
<li>
<a href="Symfony.Component.OptionsResolver.OptionsResolver.html#_count"> <code>Symfony\Component\OptionsResolver\OptionsResolver::count()</code></a> </li>
<li>
<a href="ArrayObject.html#_count"> <code>ArrayObject::count()</code></a> </li>
<li>
<a href="ArrayIterator.html#_count"> <code>ArrayIterator::count()</code></a> </li>
<li>
<a href="Symfony.Component.OptionsResolver.OptionsResolver.html#_count"> <code>Symfony\Component\OptionsResolver\OptionsResolver::count()</code></a> </li>
</ul>
</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/ErrorException.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h1>

<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>
Expand Down
66 changes: 33 additions & 33 deletions docs/Exception.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <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>
Expand All @@ -123,92 +123,92 @@ <h1>

<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>


<ul class="classTree">
<li>
<a href="InvalidArgumentException.html"><span>InvalidArgumentException</span></a>
<a href="RuntimeException.html"><span>RuntimeException</span></a>


<ul class="classTree">
<li>
<a href="Symfony.Component.OptionsResolver.Exception.InvalidArgumentException.html"><span>Symfony\Component\OptionsResolver\Exception\InvalidArgumentException</span></a>
<a href="EventSauce.ObjectHydrator.UnableToSerializeObject.html"><span>EventSauce\ObjectHydrator\UnableToSerializeObject</span></a>

implements
<a href="Symfony.Component.OptionsResolver.Exception.ExceptionInterface.html"><span title="Symfony\Component\OptionsResolver\Exception\ExceptionInterface">ExceptionInterface</span></a>

<ul class="classTree">
</li>
<li>
<a href="Symfony.Component.OptionsResolver.Exception.InvalidOptionsException.html"><span>Symfony\Component\OptionsResolver\Exception\InvalidOptionsException</span></a>
<a href="EventSauce.ObjectHydrator.UnableToHydrateObject.html"><span>EventSauce\ObjectHydrator\UnableToHydrateObject</span></a>


</li>
<li>
<a href="Symfony.Component.OptionsResolver.Exception.MissingOptionsException.html"><span>Symfony\Component\OptionsResolver\Exception\MissingOptionsException</span></a>
<a href="OutOfBoundsException.html"><span>OutOfBoundsException</span></a>


</li>
<ul class="classTree">
<li>
<a href="Symfony.Component.OptionsResolver.Exception.UndefinedOptionsException.html"><span>Symfony\Component\OptionsResolver\Exception\UndefinedOptionsException</span></a>
<a href="Symfony.Component.OptionsResolver.Exception.NoSuchOptionException.html"><span>Symfony\Component\OptionsResolver\Exception\NoSuchOptionException</span></a>

implements
<a href="Symfony.Component.OptionsResolver.Exception.ExceptionInterface.html"><span title="Symfony\Component\OptionsResolver\Exception\ExceptionInterface">ExceptionInterface</span></a>

</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="Symfony.Component.OptionsResolver.Exception.OptionDefinitionException.html"><span>Symfony\Component\OptionsResolver\Exception\OptionDefinitionException</span></a>
<a href="LogicException.html"><span>LogicException</span></a>

implements
<a href="Symfony.Component.OptionsResolver.Exception.ExceptionInterface.html"><span title="Symfony\Component\OptionsResolver\Exception\ExceptionInterface">ExceptionInterface</span></a>

</li>
<ul class="classTree">
<li>
<a href="Symfony.Component.OptionsResolver.Exception.AccessException.html"><span>Symfony\Component\OptionsResolver\Exception\AccessException</span></a>
<a href="InvalidArgumentException.html"><span>InvalidArgumentException</span></a>

implements
<a href="Symfony.Component.OptionsResolver.Exception.ExceptionInterface.html"><span title="Symfony\Component\OptionsResolver\Exception\ExceptionInterface">ExceptionInterface</span></a>

</li>
</ul>
</li>
<ul class="classTree">
<li>
<a href="RuntimeException.html"><span>RuntimeException</span></a>
<a href="Symfony.Component.OptionsResolver.Exception.InvalidArgumentException.html"><span>Symfony\Component\OptionsResolver\Exception\InvalidArgumentException</span></a>

implements
<a href="Symfony.Component.OptionsResolver.Exception.ExceptionInterface.html"><span title="Symfony\Component\OptionsResolver\Exception\ExceptionInterface">ExceptionInterface</span></a>

<ul class="classTree">
<li>
<a href="EventSauce.ObjectHydrator.UnableToSerializeObject.html"><span>EventSauce\ObjectHydrator\UnableToSerializeObject</span></a>
<a href="Symfony.Component.OptionsResolver.Exception.MissingOptionsException.html"><span>Symfony\Component\OptionsResolver\Exception\MissingOptionsException</span></a>


</li>
<li>
<a href="EventSauce.ObjectHydrator.UnableToHydrateObject.html"><span>EventSauce\ObjectHydrator\UnableToHydrateObject</span></a>
<a href="Symfony.Component.OptionsResolver.Exception.UndefinedOptionsException.html"><span>Symfony\Component\OptionsResolver\Exception\UndefinedOptionsException</span></a>


</li>
<li>
<a href="OutOfBoundsException.html"><span>OutOfBoundsException</span></a>
<a href="Symfony.Component.OptionsResolver.Exception.InvalidOptionsException.html"><span>Symfony\Component\OptionsResolver\Exception\InvalidOptionsException</span></a>


<ul class="classTree">
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="Symfony.Component.OptionsResolver.Exception.NoSuchOptionException.html"><span>Symfony\Component\OptionsResolver\Exception\NoSuchOptionException</span></a>
<a href="Symfony.Component.OptionsResolver.Exception.AccessException.html"><span>Symfony\Component\OptionsResolver\Exception\AccessException</span></a>

implements
<a href="Symfony.Component.OptionsResolver.Exception.ExceptionInterface.html"><span title="Symfony\Component\OptionsResolver\Exception\ExceptionInterface">ExceptionInterface</span></a>

</li>
</ul>
<li>
<a href="Symfony.Component.OptionsResolver.Exception.OptionDefinitionException.html"><span>Symfony\Component\OptionsResolver\Exception\OptionDefinitionException</span></a>

implements
<a href="Symfony.Component.OptionsResolver.Exception.ExceptionInterface.html"><span title="Symfony\Component\OptionsResolver\Exception\ExceptionInterface">ExceptionInterface</span></a>

</li>
</ul>
</li>
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">

<title>Class IPay\Exception\LoginFailedException | API</title>
<title>Class IPay\Exception\LoginException | API</title>
<link rel="stylesheet" href="assets/main.css">
<script src="assets/main.js" defer></script>
</head>
Expand Down Expand Up @@ -49,13 +49,13 @@ <h3>Namespaces</h3>
<h3>Exceptions</h3>
<ul>
<li class="active">
<a href="IPay.Exception.LoginFailedException.html">
LoginFailedException
<a href="IPay.Exception.LoginException.html">
LoginException
</a>
</li>
<li>
<a href="IPay.Exception.SessionExpiredException.html">
SessionExpiredException
<a href="IPay.Exception.SessionException.html">
SessionException
</a>
</li>
</ul>
Expand All @@ -76,7 +76,7 @@ <h3>Exceptions</h3>
<a href="namespace-IPay.Exception.html">Namespace</a>

</li>
<li class="active"><a href="IPay.Exception.LoginFailedException.html">Class</a></li> <li>
<li class="active"><a href="IPay.Exception.LoginException.html">Class</a></li> <li>
<a href="tree.html">Tree</a>
</li>
</ul>
Expand All @@ -92,7 +92,7 @@ <h3>Exceptions</h3>

<div class="layout-content">
<h1>
Class <a href="namespace-IPay.html">IPay</a>\<a href="namespace-IPay.Exception.html">Exception</a>\<a href="IPay.Exception.LoginFailedException.html">LoginFailedException</a>
Class <a href="namespace-IPay.html">IPay</a>\<a href="namespace-IPay.Exception.html">Exception</a>\<a href="IPay.Exception.LoginException.html">LoginException</a>
</h1>


Expand Down Expand Up @@ -123,7 +123,7 @@ <h1>

<ul class="classTree">
<li>
<b><span class="active">IPay\Exception\LoginFailedException</span></b>
<b><span class="active">IPay\Exception\LoginException</span></b>


</li>
Expand All @@ -135,7 +135,7 @@ <h1>
</div>

<div class="classLikeSection">
<b>Located at</b> <a href="source-Exception.LoginFailedException.html#5" title="Go to source code">Exception/LoginFailedException.php</a><br>
<b>Located at</b> <a href="source-Exception.LoginException.html#5" title="Go to source code">Exception/LoginException.php</a><br>
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">

<title>Class IPay\Exception\SessionExpiredException | API</title>
<title>Class IPay\Exception\SessionException | API</title>
<link rel="stylesheet" href="assets/main.css">
<script src="assets/main.js" defer></script>
</head>
Expand Down Expand Up @@ -49,13 +49,13 @@ <h3>Namespaces</h3>
<h3>Exceptions</h3>
<ul>
<li>
<a href="IPay.Exception.LoginFailedException.html">
LoginFailedException
<a href="IPay.Exception.LoginException.html">
LoginException
</a>
</li>
<li class="active">
<a href="IPay.Exception.SessionExpiredException.html">
SessionExpiredException
<a href="IPay.Exception.SessionException.html">
SessionException
</a>
</li>
</ul>
Expand All @@ -76,7 +76,7 @@ <h3>Exceptions</h3>
<a href="namespace-IPay.Exception.html">Namespace</a>

</li>
<li class="active"><a href="IPay.Exception.SessionExpiredException.html">Class</a></li> <li>
<li class="active"><a href="IPay.Exception.SessionException.html">Class</a></li> <li>
<a href="tree.html">Tree</a>
</li>
</ul>
Expand All @@ -92,7 +92,7 @@ <h3>Exceptions</h3>

<div class="layout-content">
<h1>
Class <a href="namespace-IPay.html">IPay</a>\<a href="namespace-IPay.Exception.html">Exception</a>\<a href="IPay.Exception.SessionExpiredException.html">SessionExpiredException</a>
Class <a href="namespace-IPay.html">IPay</a>\<a href="namespace-IPay.Exception.html">Exception</a>\<a href="IPay.Exception.SessionException.html">SessionException</a>
</h1>


Expand All @@ -118,7 +118,7 @@ <h1>

<ul class="classTree">
<li>
<b><span class="active">IPay\Exception\SessionExpiredException</span></b>
<b><span class="active">IPay\Exception\SessionException</span></b>


</li>
Expand All @@ -128,7 +128,7 @@ <h1>
</div>

<div class="classLikeSection">
<b>Located at</b> <a href="source-Exception.SessionExpiredException.html#5" title="Go to source code">Exception/SessionExpiredException.php</a><br>
<b>Located at</b> <a href="source-Exception.SessionException.html#5" title="Go to source code">Exception/SessionException.php</a><br>
</div>


Expand Down
6 changes: 3 additions & 3 deletions docs/InvalidArgumentException.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,17 +130,17 @@ <h1>

<ul class="classTree">
<li>
<a href="Symfony.Component.OptionsResolver.Exception.InvalidOptionsException.html"><span>Symfony\Component\OptionsResolver\Exception\InvalidOptionsException</span></a>
<a href="Symfony.Component.OptionsResolver.Exception.MissingOptionsException.html"><span>Symfony\Component\OptionsResolver\Exception\MissingOptionsException</span></a>


</li>
<li>
<a href="Symfony.Component.OptionsResolver.Exception.MissingOptionsException.html"><span>Symfony\Component\OptionsResolver\Exception\MissingOptionsException</span></a>
<a href="Symfony.Component.OptionsResolver.Exception.UndefinedOptionsException.html"><span>Symfony\Component\OptionsResolver\Exception\UndefinedOptionsException</span></a>


</li>
<li>
<a href="Symfony.Component.OptionsResolver.Exception.UndefinedOptionsException.html"><span>Symfony\Component\OptionsResolver\Exception\UndefinedOptionsException</span></a>
<a href="Symfony.Component.OptionsResolver.Exception.InvalidOptionsException.html"><span>Symfony\Component\OptionsResolver\Exception\InvalidOptionsException</span></a>


</li>
Expand Down
Loading

0 comments on commit 9e5d321

Please sign in to comment.