shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolasweb.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Exceptions
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
NotBootedException.php
<?php namespace Statamic\Exceptions; use Exception; use Spatie\ErrorSolutions\Contracts\BaseSolution; use Spatie\ErrorSolutions\Contracts\ProvidesSolution; use Spatie\ErrorSolutions\Contracts\Solution; use Statamic\Statamic; class NotBootedException extends Exception implements ProvidesSolution { public function getSolution(): Solution { return BaseSolution::create('Statamic has not booted') ->setSolutionDescription(' Code has been run that relies on Statamic having already been booted.\ Typically found inside a service provider. Wrap your code in a `$this->app->booted` callback.' )->setDocumentationLinks([ 'Read the addons guide' => Statamic::docsUrl('extending/addons'), ]); } }
© 2026 UnknownSec