# loginizer/2.0.7/lib/hybridauth/Exception/RuntimeException.php

Loginizer, version 2.0.7. 18 lines.

- Page: https://pluginprobe.com/plugins/loginizer/2.0.7/code/lib/hybridauth/Exception/RuntimeException.php
- Raw: https://pluginprobe.com/plugins/loginizer/2.0.7/raw/lib/hybridauth/Exception/RuntimeException.php
- Modified: 2024-06-27T14:05:26+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/loginizer/2.0.7/code/lib/hybridauth/Exception/RuntimeException.php#L10-L20`.

```php
<?php
/*!
* Hybridauth
* https://hybridauth.github.io | https://github.com/hybridauth/hybridauth
*  (c) 2017 Hybridauth authors | https://hybridauth.github.io/license.html
*/

namespace Hybridauth\Exception;

/**
 * RuntimeException
 *
 * Exception thrown if an error which can only be found on runtime occurs.
 */
class RuntimeException extends Exception implements ExceptionInterface
{
}

```
