mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-03-01 15:21:02 +03:00
9 lines
215 B
PHP
9 lines
215 B
PHP
<?php
|
|
namespace Zend\Permissions\Acl\Assertion\Exception;
|
|
|
|
use Zend\Permissions\Acl\Exception\ExceptionInterface;
|
|
|
|
class InvalidAssertionException extends \InvalidArgumentException implements ExceptionInterface
|
|
{
|
|
}
|