Upgraded to PSR-4 autoloading

This commit is contained in:
Ben Ramsey
2014-02-21 18:35:01 -06:00
parent 8569983a11
commit c43be02bd9
22 changed files with 4 additions and 4 deletions
@@ -0,0 +1,19 @@
<?php
/**
* This file is part of the Rhumsaa\Uuid library
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) 2013-2014 Ben Ramsey <http://benramsey.com>
* @license http://opensource.org/licenses/MIT MIT
*/
namespace Rhumsaa\Uuid\Exception;
/**
* Thrown to indicate that the requested operation is not supported.
*/
class UnsupportedOperationException extends \RuntimeException
{
}