<?php

namespace Pionia\Exceptions;


/**
 * This exception is thrown when an error occurs during REST parsing.
 */
class RestParseException extends BaseException {}
