Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php namespace MongoDB\Driver\Exception; /** * Base class for exceptions thrown during..

Decoded Output download

<?php

namespace MongoDB\Driver\Exception;

/**
 * Base class for exceptions thrown during client-side encryption.
 * @link https://php.net/manual/en/class.mongodb-driver-exception-encryptionexception.php
 * @since 1.7.0
 */
class EncryptionException extends RuntimeException implements Exception {}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace MongoDB\Driver\Exception;

/**
 * Base class for exceptions thrown during client-side encryption.
 * @link https://php.net/manual/en/class.mongodb-driver-exception-encryptionexception.php
 * @since 1.7.0
 */
class EncryptionException extends RuntimeException implements Exception {}

Function Calls

None

Variables

None

Stats

MD5 f8dbc0a9d43f1f3cb2df27e59cea4cd8
Eval Count 0
Decode Time 95 ms