mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-12-01 06:53:21 +00:00
7 lines
113 B
PHP
7 lines
113 B
PHP
<?php
|
|
|
|
namespace thiagoalessio\TesseractOCR;
|
|
|
|
class TesseractNotFoundException extends TesseractOcrException
|
|
{
|
|
}
|