<?php

namespace Opcodes\LogViewer\Exceptions;

use Exception;

class CannotCloseFileException extends Exception {}
