%PDF- %PDF-
Direktori : /data/www_bck/loslex_bck/test/vendor/livewire/livewire/src/Exceptions/ |
Current File : //data/www_bck/loslex_bck/test/vendor/livewire/livewire/src/Exceptions/EventHandlerDoesNotExist.php |
<?php namespace Livewire\Exceptions; class EventHandlerDoesNotExist extends \Exception { public function __construct(public readonly string $eventName) { parent::__construct('Handler for event ' . $eventName . ' does not exist'); } }