Skip to content

Commit

Permalink
Include api invalid key exception
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiolucca committed Apr 17, 2017
1 parent 16e4b04 commit e5dbf50
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Exception/VagalumeSdkApiInvalidKeyException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

namespace GiorgioLucca\VagalumeSdk\Exception;

class VagalumeSdkApiInvalidKeyException extends \Exception
{

}

0 comments on commit e5dbf50

Please sign in to comment.