PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
opcodesio
/
log-viewer
/
src
/
Exceptions
/
Editing: CannotOpenFileException.php
<?php namespace Opcodes\LogViewer\Exceptions; use Exception; class CannotOpenFileException extends Exception { }
SAVE
CANCEL