We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee9f14c commit e051d63Copy full SHA for e051d63
1 file changed
src/SerializerException.php
@@ -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