Skip to content

Commit

Permalink
Add exceptions, Icon test and another small improvements
Browse files Browse the repository at this point in the history
Add exceptions, Icon test and another small improvements
  • Loading branch information
Olicek committed Jan 22, 2016
1 parent 3cd9112 commit 18fe79e
Show file tree
Hide file tree
Showing 9 changed files with 658 additions and 197 deletions.
15 changes: 15 additions & 0 deletions src/InvalidArgumentException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
/**
* Created by PhpStorm.
* User: petr
* Date: 22.1.16
* Time: 20:14
*/

namespace Oli\GoogleAPI;


class InvalidArgumentException extends \InvalidArgumentException
{

}
15 changes: 15 additions & 0 deletions src/LogicException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
/**
* Created by PhpStorm.
* User: petr
* Date: 22.1.16
* Time: 20:22
*/

namespace Oli\GoogleAPI;


class LogicException extends \LogicException
{

}
Loading

0 comments on commit 18fe79e

Please sign in to comment.