aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/BinaryFormat/InvalidBinaryFormatException.php
blob: 59b046c213bc0a53b0b4d697ba425a6c0573a788 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

declare(strict_types=1);

namespace Nsfisis\Waddiwasi\BinaryFormat;

use RuntimeException;

class InvalidBinaryFormatException extends RuntimeException
{
}