Migrate tests to Pest
This commit is contained in:
@@ -9,12 +9,13 @@ declare(strict_types=1);
|
||||
namespace BitBadger\PDODocument;
|
||||
|
||||
use Exception;
|
||||
use Stringable;
|
||||
use Throwable;
|
||||
|
||||
/**
|
||||
* Exceptions occurring during document processing
|
||||
*/
|
||||
class DocumentException extends Exception
|
||||
class DocumentException extends Exception implements Stringable
|
||||
{
|
||||
/**
|
||||
* Constructor
|
||||
|
||||
Reference in New Issue
Block a user