Skip to content

Commit

Permalink
feat: add exception
Browse files Browse the repository at this point in the history
  • Loading branch information
simonerd committed Mar 22, 2023
1 parent 1f72c80 commit 55f7ef5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/PicturesqueException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

namespace VV\Picturesque;

use Exception;

class PicturesqueException extends Exception
{
}

0 comments on commit 55f7ef5

Please sign in to comment.