<?php

namespace Pionia\Exceptions;

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