Skip to content

Commit e051d63

Browse files
committed
Add SerializerException
1 parent ee9f14c commit e051d63

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/SerializerException.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
namespace TraderInteractive\Api;
4+
5+
use Psr\SimpleCache\InvalidArgumentException;
6+
use RuntimeException;
7+
8+
final class SerializerException extends RuntimeException implements InvalidArgumentException
9+
{
10+
}

0 commit comments

Comments
 (0)