Chris@0: Chris@0: * Chris@0: * For the full copyright and license information, please view the LICENSE Chris@0: * file that was distributed with this source code. Chris@0: */ Chris@0: Chris@0: namespace Symfony\Component\HttpFoundation\Exception; Chris@0: Chris@0: /** Chris@0: * Raised when a user has performed an operation that should be considered Chris@0: * suspicious from a security perspective. Chris@0: */ Chris@0: class SuspiciousOperationException extends \UnexpectedValueException implements RequestExceptionInterface Chris@0: { Chris@0: }