add exception for invalid parameter errors

This commit is contained in:
Robin Appelman 2017-08-17 16:02:17 +02:00
commit 443a524491
3 changed files with 14 additions and 2 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 InvalidParameterException extends InvalidRequestException {}