<?php namespace PrestaShop\Module\PsAccounts\Vendor\Lcobucci\JWT\Validation; use PrestaShop\Module\PsAccounts\Vendor\Lcobucci\JWT\Exception; use RuntimeException; final class NoConstraintsGiven extends RuntimeException implements Exception { }