Skip to content

Commit 321b30e

Browse files
authored
Merge pull request #37 from tr3mulant/master
Add InvalidSkuException
2 parents 3fcaa40 + 1b83f66 commit 321b30e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
namespace Stevebauman\Inventory\Exceptions;
4+
5+
/**
6+
* Class InvalidSkuException.
7+
*/
8+
class InvalidSkuException extends \Exception
9+
{
10+
}

0 commit comments

Comments
 (0)