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

Okipa / laravel-table / #1473

16 Nov 2023 11:32AM UTC coverage: 87.209%. Remained the same
#1473

push

php-coveralls

Okipa
Updated CI status badge

975 of 1118 relevant lines covered (87.21%)

24.48 hits per line

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

0.0
/src/Exceptions/InvalidColumnSortDirection.php
1
<?php
2

3
namespace Okipa\LaravelTable\Exceptions;
4

5
use Exception;
6

7
class InvalidColumnSortDirection extends Exception
8
{
9
    public function __construct(string $sortDir)
10
    {
11
        parent::__construct('Column sort direction should be either "asc" or "desc". "'
×
12
            . $sortDir . '" given.');
×
13
    }
14
}
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

© 2025 Coveralls, Inc