Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
dipokhalder
/
laravel-env-editor
/
src
/
Exceptions
Location:
/home/zoteqbgb/public_html/vendor/dipokhalder/laravel-env-editor/src/Exceptions
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: EnvException.php
<?php /** * Created by PhpStorm. * User: Dipok * Date: 28.07.16 * Time: 06:08 */ namespace Dipokhalder\EnvEditor\Exceptions; use Exception; class EnvException extends Exception { public function __construct($message, $code, Exception $previous = null) { parent::__construct($message, $code, $previous); } public function __toString() { return $this->message; } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
DotEnvException.php
418 bytes
0644
2022-05-31 20:43
âï¸
ðï¸
Rename
EnvException.php
412 bytes
0644
2022-05-31 20:43
âï¸
ðï¸
Rename
Chang
Apply