| 1 | <?php |
||
| 5 | class EventStreamDoesNotExistException extends \Exception |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * @param $streamId |
||
| 9 | * @param int $code |
||
| 10 | * @param \Exception|null $previous |
||
| 11 | * @return EventStreamDoesNotExistException |
||
| 12 | */ |
||
| 13 | 6 | public static function fromStreamId($streamId, $code = 0, \Exception $previous = null) |
|
| 21 | } |
||
| 22 |