Skip to content
Snippets Groups Projects
Commit d6579816 authored by Jaime Pérez's avatar Jaime Pérez
Browse files

Add a new SimpleSAML\Error\CannotSetCookie exception.

parent 6a6db6d3
No related branches found
No related tags found
No related merge requests found
<?php
/**
* Exception to indicate that we cannot set a cookie.
*
* @author Jaime Pérez Crespo <jaime.perez@uninett.no>
* @package SimpleSAMLphp
*/
namespace SimpleSAML\Error;
class CannotSetCookie extends \SimpleSAML_Error_Exception
{
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment