# billingo/4.2.9/src/Exceptions/EmptyObjectException.php

Billingo Official for WooCommerce, version 4.2.9. 13 lines.

- Page: https://pluginprobe.com/plugins/billingo/4.2.9/code/src/Exceptions/EmptyObjectException.php
- Raw: https://pluginprobe.com/plugins/billingo/4.2.9/raw/src/Exceptions/EmptyObjectException.php
- Modified: 2025-05-26T04:53:08+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/billingo/4.2.9/code/src/Exceptions/EmptyObjectException.php#L10-L20`.

```php
<?php

namespace App\Billingo\Exceptions;

class EmptyObjectException extends BillingoException
{

    public function getErrorMessage(): string
    {
        return 'Empty Object';
    }
}

```
