~ubuntu-branches/debian/experimental/php-sabre-event/experimental

« back to all changes in this revision

Viewing changes to lib/PromiseAlreadyResolvedException.php

  • Committer: Package Import Robot
  • Author(s): David Prévot
  • Date: 2015-05-20 14:30:37 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20150520143037-noo5h59t2oakogf6
Tags: 2.0.2-1
* Use --bootstrap feature of PHPUnit instead of patches
* Update copyright (year)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * This exception is thrown when the user tried to reject or fulfill a promise,
7
7
 * after either of these actions were already performed.
8
8
 *
9
 
 * @copyright Copyright (C) 2013-2014 fruux GmbH. All rights reserved.
 
9
 * @copyright Copyright (C) 2013-2015 fruux GmbH (https://fruux.com/).
10
10
 * @author Evert Pot (http://evertpot.com/)
11
11
 * @license http://sabre.io/license/ Modified BSD License
12
12
 */