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