FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
mailpoet
/
vendor-prefixed
/
nesbot
/
carbon
/
src
/
Carbon
/
Exceptions
Edit File: UnitException.php
<?php namespace MailPoetVendor\Carbon\Exceptions; if (!defined('ABSPATH')) exit; use InvalidArgumentException as BaseInvalidArgumentException; class UnitException extends BaseInvalidArgumentException implements InvalidArgumentException { // }
Save
Back