%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/loslex/demo/vendor/livewire/livewire/src/Exceptions/
Upload File :
Create Path :
Current File : /www/loslex/demo/vendor/livewire/livewire/src/Exceptions/MethodNotFoundException.php

<?php

namespace Livewire\Exceptions;

class MethodNotFoundException extends \Exception
{
    use BypassViewHandler;

    public function __construct($method)
    {
        parent::__construct(
            "Unable to call component method. Public method [{$method}] not found on component"
        );
    }
}

Zerion Mini Shell 1.0