Skip to content

Commit

Permalink
Forgot to add new exception
Browse files Browse the repository at this point in the history
  • Loading branch information
funkatron committed Sep 23, 2015
1 parent 6f91ee0 commit f953fb9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Inspekt/KeyDoesNotExistException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

namespace Inspekt;

/**
* Class KeyDoesNotExistException
* @package Inspekt
*/
class KeyDoesNotExistException extends \Exception
{

}

0 comments on commit f953fb9

Please sign in to comment.