aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Stream/IoException.php
blob: bdd072379dc2e9004477b2eddbf139843ec979e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

declare(strict_types=1);

namespace Nsfisis\Waddiwasi\Stream;

use RuntimeException;

final class IoException extends RuntimeException
{
}