Added OutOfSpaceException

This commit is contained in:
Jan-Otto Kröpke 2017-10-16 23:41:21 +02:00
commit 3c504cc73b
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?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 OutOfSpaceException extends InvalidRequestException {
}