mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
10 lines
209 B
PHP
10 lines
209 B
PHP
<?php
|
|
/**
|
|
* SPDX-FileCopyrightText: 2014 Robin Appelman <robin@icewind.nl>
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
namespace Icewind\SMB\Exception;
|
|
|
|
class OutOfSpaceException extends InvalidRequestException {
|
|
}
|