Skip to content

Commit

Permalink
Merge pull request #4 from kdambekalns/cleanup
Browse files Browse the repository at this point in the history
TASK: Style cleanup, add LICENSE
  • Loading branch information
robertlemke committed Mar 7, 2016
2 parents d38bd32 + 16d7e89 commit 12e7ab9
Show file tree
Hide file tree
Showing 6 changed files with 317 additions and 280 deletions.
20 changes: 11 additions & 9 deletions Classes/RobertLemke/Akismet/Exception/ConnectionException.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
<?php
namespace RobertLemke\Akismet\Exception;

/* *
* This script belongs to the TYPO3 Flow package "RobertLemke.Akismet". *
* *
* It is free software; you can redistribute it and/or modify it under *
* the terms of the MIT License. *
* *
* The TYPO3 project - inspiring people to share! *
* */
/*
* This file is part of the RobertLemke.Akismet package.
*
* (c) Robert Lemke
*
* This package is Open Source Software. For the full copyright and license
* information, please view the LICENSE file which was distributed with this
* source code.
*/

/**
* A connection exception
*/
class ConnectionException extends \TYPO3\Flow\Exception {
class ConnectionException extends \TYPO3\Flow\Exception
{

}
Loading

0 comments on commit 12e7ab9

Please sign in to comment.