1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-06-21 20:12:03 +03:00
Files
bookstack/app/Exceptions/DrawioPngReaderException.php

8 lines
94 B
PHP

<?php
namespace BookStack\Exceptions;
class DrawioPngReaderException extends \Exception
{
}