<?php

namespace Pionia\Exceptions;

/**
 * This exception is thrown when one tries to access a protected resource without being authenticated
 */
class UserUnauthenticatedException extends BaseException {}
