OwlCyberSecurity - MANAGER
Edit File: Exception.php
<?php namespace Give\Framework\Exceptions\Primitives; use Give\Framework\Exceptions\Contracts\LoggableException; use Give\Framework\Exceptions\Traits\Loggable; class Exception extends \Exception implements LoggableException { use Loggable; }