Skip to content

Commit

Permalink
Merge pull request #37 from tr3mulant/master
Browse files Browse the repository at this point in the history
Add InvalidSkuException
  • Loading branch information
dvicklund authored Sep 27, 2022
2 parents 3fcaa40 + 1b83f66 commit 321b30e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Exceptions/InvalidSkuException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

namespace Stevebauman\Inventory\Exceptions;

/**
* Class InvalidSkuException.
*/
class InvalidSkuException extends \Exception
{
}

0 comments on commit 321b30e

Please sign in to comment.