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

declare(strict_types=1);

namespace Nsfisis\Waddiwasi\WebAssembly\BinaryFormat;

use RuntimeException;

class InvalidBinaryFormatException extends RuntimeException
{
}