Add proper exception for moving a folder into itself

This commit is contained in:
Robin Appelman 2018-01-18 16:10:01 +01:00
commit fb98c1cd25
3 changed files with 22 additions and 1 deletions

View file

@ -0,0 +1,10 @@
<?php
/**
* Copyright (c) 2014 Robin Appelman <icewind@owncloud.com>
* This file is licensed under the Licensed under the MIT license:
* http://opensource.org/licenses/MIT
*/
namespace Icewind\SMB\Exception;
class InvalidArgumentException extends InvalidRequestException {}