mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-17 16:53:46 +00:00
7 lines
106 B
PHP
7 lines
106 B
PHP
<?php
|
|
|
|
namespace thiagoalessio\TesseractOCR;
|
|
|
|
abstract class TesseractOcrException extends \Exception
|
|
{
|
|
}
|