File "UnitNotConfiguredException.php"

Full Path: /home/warrior1/public_html/wp-content/plugins/mailpoet/vendor-prefixed/nesbot/carbon/src/Carbon/Exceptions/UnitNotConfiguredException.php
File size: 345 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Carbon\Exceptions;
if (!defined('ABSPATH')) exit;
use Exception;
class UnitNotConfiguredException extends UnitException
{
 public function __construct($unit, $code = 0, Exception $previous = null)
 {
 parent::__construct("Unit {$unit} have no configuration to get total from other units.", $code, $previous);
 }
}