D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3023066
/
cwd
/
www
/
vendor
/
livewire
/
livewire
/
src
/
Exceptions
/
Filename :
EventHandlerDoesNotExist.php
back
Copy
<?php namespace Livewire\Exceptions; class EventHandlerDoesNotExist extends \Exception { public function __construct(public readonly string $eventName) { parent::__construct('Handler for event ' . $eventName . ' does not exist'); } }