• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

systemsdk / docker-symfony-api / #140

15 Apr 2025 03:38PM UTC coverage: 43.903%. Remained the same
#140

push

DKravtsov
Updated composer dependencies.

1631 of 3715 relevant lines covered (43.9%)

18.94 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/General/Domain/Exception/BaseTranslatableException.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace App\General\Domain\Exception;
6

7
use App\General\Domain\Exception\Interfaces\TranslatableExceptionInterface;
8

9
/**
10
 * @package App\General
11
 */
12
abstract class BaseTranslatableException extends BaseException implements TranslatableExceptionInterface
13
{
14
    public function getParameters(): array
15
    {
16
        return [];
×
17
    }
18

19
    public function getDomain(): ?string
20
    {
21
        return null;
×
22
    }
23
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc