<?php

namespace Pionia\Exceptions;

/**
 * This exception is thrown when a service requested is not found.
 */
class ResourceNotFoundException extends BaseException {}
