mirror of
https://github.com/friendica/friendica
synced 2025-04-18 13:50:12 +00:00
7 lines
121 B
PHP
7 lines
121 B
PHP
<?php
|
|
|
|
namespace Defuse\Crypto\Exception;
|
|
|
|
class BadFormatException extends \Defuse\Crypto\Exception\CryptoException
|
|
{
|
|
}
|