| 1 | <?php | ||
| 19 | final class FetchEvents | ||
| 20 | { | ||
| 21 | /** | ||
| 22 | * Rates are successfully fetched. | ||
| 23 | */ | ||
| 24 | const SUCCESS = 'runopencode.exchange_rate.fetch.success'; | ||
| 25 | |||
| 26 | /** | ||
| 27 | * There has been an error when fetching rates. | ||
| 28 | */ | ||
| 29 | const ERROR = 'runopencode.exchange_rate.fetch.error'; | ||
| 30 | |||
| 31 | private function __construct() | ||
| 35 | } | ||
| 36 |