Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit 4fe385a

Browse files
committed
+ UnexpectedValueException
1 parent 0ebc5a5 commit 4fe385a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Exceptions/UnexpectedValue.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
namespace Bavix\Exceptions;
4+
5+
class UnexpectedValue extends \UnexpectedValueException
6+
{
7+
8+
}

0 commit comments

Comments
 (0)