class CommerceLicenseException in Commerce License 7
Provide a separate Exception so it can be caught separately.
Hierarchy
- class \CommerceLicenseException extends \Exception
Expanded class hierarchy of CommerceLicenseException
File
- includes/
plugins/ license_type/ base.inc, line 11 - Abstract and interface plugin implementation.
View source
class CommerceLicenseException extends Exception {
}