prooph / event-store-http-client

PHP 7.2 Event Store HTTP Client Implementation
BSD 3-Clause "New" or "Revised" License
25 stars 5 forks source link

Missing use statement for RuntimeException in EventStoreAllCatchUpSubscription #40

Closed burzum closed 5 years ago

burzum commented 5 years ago

PHP Fatal error: Uncaught Error: Class 'Prooph\EventStoreHttpClient\Internal\RuntimeException' not found in \src\Internal\EventStoreAllCatchUpSubscription.php:106

It's missing the use statement or the \ in front of the exception class in line 106.