Skip to content

Commit

Permalink
make documents finally immutable too
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Jan 23, 2015
1 parent b8a1bf6 commit b39c5fe
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Exception/UnsupportedOperationException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php

/*
* This file is part of the xAPI package.
*
* (c) Christian Flothmann <christian.flothmann@xabbuh.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Xabbuh\XApi\Common\Exception;

/**
* Unsupported operation exception.
*
* @author Christian Flothmann <christian.flothmann@xabbuh.de>
*/
class UnsupportedOperationException extends XApiException
{
}

0 comments on commit b39c5fe

Please sign in to comment.