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

Okipa / laravel-table / #1292

pending completion
#1292

push

php-coveralls

Okipa
Updated changelog

973 of 1116 relevant lines covered (87.19%)

23.69 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