Skip to content

Commit

Permalink
Remove unused import; fix exception interface
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Jan 12, 2016
1 parent d28fac0 commit f41c96d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Observable/Exception/CompletedError.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Icicle\Observable\Exception;

class CompletedError extends \Exception implements Exception
class CompletedError extends \Exception implements Error
{
/**
* @param string|null $message
Expand Down
1 change: 0 additions & 1 deletion src/Observable/Internal/Placeholder.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

use Icicle\Awaitable\Awaitable;
use Icicle\Awaitable\Delayed;
use Icicle\Loop;

final class Placeholder
{
Expand Down

0 comments on commit f41c96d

Please sign in to comment.