Source browser » MondocEncryption

Explore the source behind \District5\MondocEncryption\Exception\AbstractMondocEncryptionException

View source: [ raw ] [ highlight ]

View on GitHub open_in_new

Below is the content for the selected file.

Class: \District5\MondocEncryption\Exception\AbstractMondocEncryptionException
<?php

namespace District5\MondocEncryption\Exception;

use District5\Mondoc\Exception\MondocException;

/**
 * Abstract class AbstractMondocEncryptionException
 *
 * @package District5\MondocEncryption\Exception
 */
abstract class AbstractMondocEncryptionException extends MondocException
{
}