Path : /var/www/html/phkaymedia/vendor/jantinnerezo/livewire-alert/src/Exceptions/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/phkaymedia/vendor/jantinnerezo/livewire-alert/src/Exceptions/AlertException.php |
<?php namespace Jantinnerezo\LivewireAlert\Exceptions; use Exception; class AlertException extends Exception { protected $message; public function __construct($message) { $this->message = $message; parent::__construct(); } public function __toString() { return "Livewire Alert Exception: {$this->message}"; } }