PHP Classes

File: src/PaserkException.php

Recommend this page to a friend!
  Classes of Scott Arciszewski   PASERK PHP   src/PaserkException.php   Download  
File: src/PaserkException.php
Role: Class source
Content type: text/plain
Description: Class source
Class: PASERK PHP
Extend PASETO to wrap and serialize keys
Author: By
Last change:
Date: 1 year ago
Size: 222 bytes
 

Contents

Class file image Download
<?php
declare(strict_types=1);
namespace
ParagonIE\Paserk;

use
ParagonIE\Paseto\Exception\PasetoException;

/**
 * Class PaserkException
 * @package ParagonIE\Paserk
 */
class PaserkException extends PasetoException
{

}